Skip to content

request information about a problem with an ARIMA function

2 messages · Silvia Balbinot, Brian Ripley

#
On Mon, 1 Jul 2002, Silvia Balbinot wrote:

            
Not a good idea.  Call fitted(myfit) etc.
I presume you are using arima from package ts: R names are case-sensitive.

?arima has a section `Value' telling you what is returned.  Note
though that time series models don't really have fitted values, as
prediction at the current time will be exact.