Skip to content
Back to formatted view

Raw Message

Message-ID: <1336837980521-4629034.post@n4.nabble.com>
Date: 2012-05-12T15:53:00Z
From: Rui Barradas
Subject: access the se of a forecast
In-Reply-To: <1336837720419-4629023.post@n4.nabble.com>

What am I thinking about?

Objects should be inspected with str(object)

R.B.

Rui Barradas wrote
> 
> Hello,
> 
> You're right, sorry for the misleading (general purpose) information.
> 
> fit$model$s20
> 
> (The object can be inspected with names(fit) and then print each of the
> components or names(fit$model).)
> 
> Rui Barradas
> 
> plocq wrote
>> 
>> Thank you very much for your answer. I didn't know this.
>> However, I tried what you suggest and it doesn't work either : 
>> - by typing summary(fit)$s20, I get exactly what I had with summary(fit)
>> and
>> - by typing sfit<-summary(fit) and then sfit$s20, I get NULL...
>> these facts seem very strange to me.
>> 
> 


--
View this message in context: http://r.789695.n4.nabble.com/access-the-se-of-a-forecast-tp4628847p4629034.html
Sent from the R help mailing list archive at Nabble.com.