[R] Cramer-von Mises test

Peter Ehlers ehlers at ucalgary.ca
Mon Jul 19 06:55:15 CEST 2010


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.



More information about the R-help mailing list