Displaying 1 result from an estimated 1 matches for "crpredict".
Did you mean:
crwpredict
2008 Apr 26
2
Calling a stored model within the predict() function
...#39;t work. When I check the content of the 'model' object, the only
screen output I see is :
"model
[1]model"
...and that the actual file size from 'model.rdata' is exactly 4,100 kb (is
this a limit?!)
Then I try to call this model object with the predict() function:
CRPredict <- predict(model, newdata= SampleClusterData) # Make the
predictions
This results in the following error message:
"Error in UseMethod("predict") : no applicable method for "predict" "
Is the a correct way to store and call a model or is it only possible to
creat...