New Reply

kolmogorov smirnov in r - cannot compute correct p-values with ties

 
Share Thread Thread Tools
Jan18-13, 10:13 AM   #1
 

kolmogorov smirnov in r - cannot compute correct p-values with ties


Hi,
I'm trying to use the kolmogorov smirnov test in in R to compare one distribution with another. I'm getting the following error: cannot compute correct p-values with ties
I think this is because the dataset that I am using has in the first instance around 2000 values, and the second, 50000 values. A number of these are inherently going to be replicates of another number in the series (i.e. "ties"). I'm just wondering if this has implcations for the p value I have? Is the p value valid?
Cheers all
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Jan19-13, 11:34 AM   #2
 
Recognitions:
Science Advisor Science Advisor
Did you read the R documentation for the ks.test function?

You could test the sensitivity of the p-value empirically. Add small random perturbations to your data to generate new data sets that have more digits. See how much the p value changes.
New Reply

Tags
kolmogorov smirnov, p-values, ties
Thread Tools


Similar Threads for: kolmogorov smirnov in r - cannot compute correct p-values with ties
Thread Forum Replies
Kolmogorov-Smirnov and P-value Set Theory, Logic, Probability, Statistics 11
math to compute width of gaussian PDF(x) given sigma & N values of random variable x Set Theory, Logic, Probability, Statistics 10
Question about the Nagata-Smirnov metrization theorem Differential Geometry 11
Broken ties General Discussion 14
Kolmogorv-Smirnov goodness of fit test Calculus & Beyond Homework 2