Rong Jian
2008-Jan-08 00:07 UTC
[R] Is there a multinomial exact goodness of fit test in R?
Dear all: I have very small observed values and would like to do a goodness-of-fit test. Is there a multinomial exact goodness of fit test in R? Thank you very much! Sincerely, Jian --------------------------------- [[alternative HTML version deleted]]
Prof Brian Ripley
2008-Jan-08 10:53 UTC
[R] Is there a multinomial exact goodness of fit test in R?
On Mon, 7 Jan 2008, Rong Jian wrote:> Dear all: > > I have very small observed values and would like to do a goodness-of-fit > test. Is there a multinomial exact goodness of fit test in R? Thank you > very much!chisq.test(simulate.p.value = TRUE) for some senses of 'exact'.> > Sincerely, > > Jian > > > --------------------------------- > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595