Prediction testing

Hi,

I am trying to test a model I have created for prediction. I keep trying to use the predict.interval command, but I continue getting an error message this this command is not found.

predict.interval
Error: object 'predict.interval' not found

If someone has any idea as to why I'm having this problem, I would love some help.

Thanks!

There isn't a function called predict.interval(). If you post a sample of your code, then we may be able to help better

Will this work?

predict(model, newdata, interval="confidence")

This topic was automatically closed 7 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.