On 2010-07-18 22:04, Sean Carmody wrote:
I have found the Kolmogorov-Smirnov (ks.test) and Anderson-Darling (ad.test in package ADGofTest) goodness of fit tests, but was wondering whether there's a package implementing the Cramer-von Mises test for a general distribution (i.e. not just the one for the normal distribution in the nortest package). Any suggestions?
Sean, Here's one way you can investigate this yourself: 1. install and load package 'sos'; 2. issue: findFn("Cramer-von Mises test") or, for a little wider scope: findFn("Cramer-von Mises") (in place of 'findFn', you can use '???') -Peter Ehlers
Regards, Sean.
______________________________________________ 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.