I am experiencing some confusing behavior from gamlss
in R. The documentation lists predict.gamlss and ?predict.gamlss
returns the function documentation in RStudio. However, the function does not autocomplete when typing out predict.gamlss
, and trying to run it returns Error: 'predict.gamlss' is not an exported object from 'namespace:gamlss'
. How does that happen? Is the function deactivated somehow? There is a separate function predictAll
that does work.
The documentation does state
This function is under development
I am trying to access the function because I am experiencing some confusing results with predict
and predictAll
.
R version is 4.0.0. gamlss
version is 5.1.6.