[R] goodness of fit

ben@zoo.ufl.edu ben at zoo.ufl.edu
Fri Aug 18 22:56:31 CEST 2000


  The "ctest" library that comes with R may do part of what you want
(except for the Anderson Darling nonparametric tests, which I don't know
about).

library(ctest)
library(help=ctest)

...
chisq.test               Pearson's Chi-square Test for Count Data
ks.test                  Kolmogorov-Smirnov Tests
...

  You'd probably have to write your own stuff to fit distributions to your
data, although the large set of distribution-calculators in R (see the
"distribution" keyword under the HTML help) should help a lot.

  By the way, you might want to check the clock on your computer -- I
don't really think your message is that old ... (or are you avoiding Y2K
issues?)

On Fri, 16 Aug 2000, usama1 wrote:

> Dear All,
>     Is there any modules to compute the chi-square goodness of fit ,
> K.S. statistics and Anderson Darling nonparametric test and compre the
> fitting of a class of distributions using these tests?
> Thank you.
> Osama Hussien
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> 
> 

-- 
318 Carr Hall                                bolker at zoo.ufl.edu
Zoology Department, University of Florida    http://www.zoo.ufl.edu/bolker
Box 118525                                   (ph)  352-392-5697
Gainesville, FL 32611-8525                   (fax) 352-392-3704

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list