Hello!

I've just build one-inflated beta regression model using package
GAMLSS. It all worked very nicely but now I want to make prediction
using it. I use typical function predict() give all necessary
arguments (my new data is in data frame and all relevant columns have
same names as before). Unfortunately it ends with following error:

Error in nrow(x) : (subscript) logical subscript too long

I also used the same data in logistical regression using glm()
function and predictions worked well, so what is problem here?

Thank you in advance for any help.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to