Re: [R] stl,package=stats

2004-07-19 Thread bob mccall
Pedro Rodrigues <[EMAIL PROTECTED]> wrote: On Sun, 2004-07-18 at 18:38, bob mccall wrote: > Greetings: > > I'm using the time series decomposition routine "stl" from the package "stats". > But how do I get the results into a vector to work with them? > example: > > data(AirPassengers) > m<-stl(

Re: [R] stl,package=stats

2004-07-18 Thread Pedro Rodrigues
On Sun, 2004-07-18 at 18:38, bob mccall wrote: > Greetings: > > I'm using the time series decomposition routine "stl" from the package "stats". > But how do I get the results into a vector to work with them? > example: > > data(AirPassengers) > m<-stl(AirPassengers,"per") > print(m) > > This

Re: [R] stl,package=stats

2004-07-18 Thread Uwe Ligges
bob mccall wrote: Greetings: I'm using the time series decomposition routine "stl" from the package "stats". But how do I get the results into a vector to work with them? example: data(AirPassengers) m<-stl(AirPassengers,"per") print(m) This lists the output but can't figure out how to extrac

[R] stl,package=stats

2004-07-18 Thread bob mccall
Greetings: I'm using the time series decomposition routine "stl" from the package "stats". But how do I get the results into a vector to work with them? example: data(AirPassengers) m<-stl(AirPassengers,"per") print(m) This lists the output but can't figure out how to extract the individual s