I generated some random data using R and then trying to see if it came from
the same distribution but the erros keep piling.  Can anyone help?



y=rchisq(100000,1)
mean(y)
var(y)
library(MASS)
fitdistr(y, "chi-squared", start = list(4), method = "Brent", lower=0.9,
upper=3)


-- 
Thanks,
Jim.

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to