Displaying 1 result from an estimated 1 matches for "gumfit".
Did you mean:
glmfit
2010 Aug 16
1
lmomRFA-package: regsimq()
Hi List!
I?m using regsimq() from the ?lmomRFA?-package to calculate error bounds for diverse distributions. For example:
regsimq(gumfit$qfunc, nrec = lmom.data$n, f = lcdfgum, boundprob = c(0.025, 0.975))
Several times I got this error massage:
Fehler in quantile.default(ou, probs = boundprob, type = 6) :
missing values and NaN's not allowed if 'na.rm' is FALSE
So my question is, can I change 'na.rm' = FAL...