Re: [R] Error while using fitdistr() function or goodfit() function

2008-02-10 Thread Aswad Gurjar
Hello, Thanks that helped for poisson. When I changed method to ML it worked for poisson but when I used that for nbinomial I got errors.But why is this happening? gf<-goodfit(binCount,type= "poisson") summary(gf) Goodness-of-fit test for poisson distribution X^2 df

Re: [R] Error while using fitdistr() function or goodfit() function

2008-02-10 Thread Jason Q. McClintic
Try changing your method to "ML" and try again. I tried the run the first example from the documentation and it failed with the same error. Changing the estimation method to ML worked. @List: Can anyone else verify the error I got? I literally ran the following two lines interactively from the exa