You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks very much to the team for updating the package, and the helpful R journal article. I have been successfully running the package until recently when I encountered this error, after about an hour of runtime (using some data on cholera cases over a 1-year period).
I am unable to trace its origin, so far, but I think it's related to the get.tau.ci function and adding add na.rm = TRUE in the quantile() call for constructing the CIs. Indeed, I'm not sure if it's an issue with the package. Thank you for any insight you may be able to provide.
Error:
Error in quantile.default(newX[, i], ...) :
missing values and NaN's not allowed if 'na.rm' is FALSE
Called from: quantile.default(newX[, i], ...)
Hello John,
Thanks very much to the team for updating the package, and the helpful R journal article. I have been successfully running the package until recently when I encountered this error, after about an hour of runtime (using some data on cholera cases over a 1-year period).
I am unable to trace its origin, so far, but I think it's related to the get.tau.ci function and adding add
na.rm = TRUE
in thequantile()
call for constructing the CIs. Indeed, I'm not sure if it's an issue with the package. Thank you for any insight you may be able to provide.Error:
From traceback:
The text was updated successfully, but these errors were encountered: