An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100108/3c7e3483/attachment.pl>
Fitting chi-squared distribution
2 messages · Trafim Vanishek, Karl Ove Hufthammer
On Fri, 8 Jan 2010 14:39:34 +0100 Trafim Vanishek <rdapamoga at gmail.com> wrote:
I would like to ask if there is a simple was in R to fit the chi-squared distribution to the empirical data?
Sure. Use the 'fitdistr' function in the 'MASS' package.
Karl Ove Hufthammer