The R Project SVN R

Rev

Rev 59039 | Rev 65999 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61160
Line 59... Line 59...
59
}
59
}
60
\author{A. Trapletti}
60
\author{A. Trapletti}
61
\examples{
61
\examples{
62
x <- rnorm (100)
62
x <- rnorm (100)
63
Box.test (x, lag = 1)
63
Box.test (x, lag = 1)
64
Box.test (x, lag = 1, type="Ljung")
64
Box.test (x, lag = 1, type = "Ljung")
65
}
65
}
66
\keyword{ts}
66
\keyword{ts}