Hi! I am new to R and was try to use the predict formula but I just keep getting the following message
Error in update(model$formula, 0 ~ .) : object 'model' not found
can please someone tell me what it is
Hi! I am new to R and was try to use the predict formula but I just keep getting the following message
Error in update(model$formula, 0 ~ .) : object 'model' not found
can please someone tell me what it is
do you have a model from which to predict ?
yes and i was using the following code
d_base <- cbind(d_base, as.vector(predict.share(model2, d_base)))
I use R for modelling very often, and have used predict thousands of times...
I've never seen predict.share
before. Is it from some niche package ?
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.