Displaying 1 result from an estimated 1 matches for "314826l".
2013 Apr 09
5
Error when using fitdist function in R
...igned the Toll data to a new variable K by doing:
k<-dtest$Toll
After that, tried to fit a gamma distribution by doing: fitG<-fitdist(k,
"gamma")
Then the following messages showed (oh and I checked for empty rows before
doing this):
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L,...