The R Project SVN R

Rev

Rev 86027 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86027 Rev 88712
Line 13... Line 13...
13
  A time series object containing average air temperatures at
13
  A time series object containing average air temperatures at
14
  Nottingham Castle in degrees Fahrenheit for 20 years.
14
  Nottingham Castle in degrees Fahrenheit for 20 years.
15
}
15
}
16
\usage{nottem}
16
\usage{nottem}
17
\source{
17
\source{
18
  Anderson, O. D. (1976)
18
  \bibinfo{R:Anderson:1979}{note}{Series R}
19
  \emph{Time Series Analysis and Forecasting: The Box-Jenkins approach.}
-
 
20
  Butterworths. Series R.
19
  \bibshow{R:Anderson:1979}
21
}
20
}
22
\examples{
21
\examples{
23
require(stats); require(graphics)
22
require(stats); require(graphics)
24
nott <- window(nottem, end = c(1936,12))
23
nott <- window(nottem, end = c(1936,12))
25
fit <- arima(nott, order = c(1,0,0), list(order = c(2,1,0), period = 12))
24
fit <- arima(nott, order = c(1,0,0), list(order = c(2,1,0), period = 12))