The R Project SVN R

Rev

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

Rev 85977 Rev 88598
Line 41... Line 41...
41
  \item{method}{a character string indicating which type of test was
41
  \item{method}{a character string indicating which type of test was
42
    performed.}
42
    performed.}
43
  \item{data.name}{a character string giving the name of the data.}
43
  \item{data.name}{a character string giving the name of the data.}
44
}
44
}
45
\references{
45
\references{
46
  Box, G. E. P. and Pierce, D. A. (1970),
-
 
47
  Distribution of residual correlations in autoregressive-integrated
-
 
48
  moving average time series models.
46
  \bibinfo{R:Harvey:1993}{note}{Pages 44--45}
49
  \emph{Journal of the American Statistical Association}, \bold{65},
-
 
50
  1509--1526.
-
 
51
  \doi{10.2307/2284333}.
47
  \bibshow{R:Harvey:1993,
52
 
-
 
53
  Ljung, G. M. and Box, G. E. P. (1978),
-
 
54
  On a measure of lack of fit in time series models.
-
 
55
  \emph{Biometrika}, \bold{65}, 297--303.
-
 
56
  \doi{10.2307/2335207}.
48
    R:Box+Pierce:1970,
57
 
-
 
58
  Harvey, A. C. (1993)
49
    R:Ljung+Box:1978}
59
  \emph{Time Series Models}.
-
 
60
  2nd Edition, Harvester Wheatsheaf, NY, pp.\sspace{}44, 45.
-
 
61
}
50
}
62
\author{A. Trapletti}
51
\author{A. Trapletti}
63
\examples{
52
\examples{
64
x <- rnorm (100)
53
x <- rnorm (100)
65
Box.test (x, lag = 1)
54
Box.test (x, lag = 1)