On Thu, 06 May 2004 20:10:18 -0700 Pier Luca Lanzi wrote: > Hi, > > this is probably a very newbie statistical question. > > I have some experimental data. > > My hypothesis is that the data are binomially distributed with a known > N and p. > > I am trying to obtain a sort of p-value to tell me whether or not my > hypothesis is correct. > > What can I do with R?
You can look at the package vcd, in particular the functions goodfit() with corresponding methods and distplot(). See also example(Saxony) For more details on the methods, look at Michael Friendly's book "Visualizing Categorical Data". hth, Z > Thank you, > Pier Luca > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
