I got a distribution function and a empirical distribution function. How do I make to Kolmogorov-Smirnov test in R. Lets call the empirical distribution function >Fn on [0,1] and the distribution function >F on [0,1] ks.test( ) thanks for the help -- View this message in context: http://www.nabble.com/Kolmogorov-Smirnov-test-tp23296096p23296096.html Sent from the R help mailing list archive at Nabble.com.
This is the third homework question you have asked the list to do for you. How many more should we expect? The posting guide is pretty clear in that: " Basic statistics and classroom homework: R-help is not intended for these." -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of mathallan Sent: Wednesday, April 29, 2009 10:52 AM To: r-help at r-project.org Subject: [R] Kolmogorov-Smirnov test I got a distribution function and a empirical distribution function. How do I make to Kolmogorov-Smirnov test in R. Lets call the empirical distribution function >Fn on [0,1] and the distribution function >F on [0,1] ks.test( ) thanks for the help -- View this message in context: http://www.nabble.com/Kolmogorov-Smirnov-test-tp23296096p23296096.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. This email message, including any attachments, is for th...{{dropped:6}}
help.search("kolmogorov") ?ks.test andydolman@gmail.com 2009/4/29 mathallan <mathanmath@gmail.com>> > I got a distribution function and a empirical distribution function. How do > I > make to Kolmogorov-Smirnov test in R. > > Lets call the empirical distribution function >Fn on [0,1] > and the distribution function >F on [0,1] > > ks.test( ) > > thanks for the help > -- > View this message in context: > http://www.nabble.com/Kolmogorov-Smirnov-test-tp23296096p23296096.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]