Skip to content

Standard error of forecast

2 messages · Brima, Ista Zahn

#
Hi all,

This is very basic but for a starter nothing is. I have a simple linear
regression I am using to predict some values and I need the standard error
of the prediction (forecast). Whats the easiest/bestway of getting this
error?

Best regards
#
Hi,

predict(model_fit, se.fit=TRUE)

see ?predict.lm for details.

-Ista
On Tue, Sep 28, 2010 at 12:16 PM, Brima <adamsteve2000 at yahoo.com> wrote: