The R Project SVN R

Rev

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

Rev 70729 Rev 74265
Line 1... Line 1...
1
% File src/library/datasets/man/Nile.Rd
1
% File src/library/datasets/man/Nile.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2016 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Nile}
6
\name{Nile}
7
\docType{data}
7
\docType{data}
8
\alias{Nile}
8
\alias{Nile}
Line 15... Line 15...
15
}
15
}
16
\format{
16
\format{
17
  A time series of length 100.
17
  A time series of length 100.
18
}
18
}
19
\source{
19
\source{
20
  Durbin, J. and Koopman, S. J. (2001) \emph{Time Series Analysis by
20
  Durbin, J. and Koopman, S. J. (2001).
-
 
21
  \emph{Time Series Analysis by State Space Methods}.
21
    State Space Methods.}  Oxford University Press.
22
  Oxford University Press.
22
  \url{http://www.ssfpack.com/DKbook.html}
23
  \url{http://www.ssfpack.com/DKbook.html}
23
}
24
}
24
\references{
25
\references{
-
 
26
  Balke, N. S. (1993).
25
  Balke, N. S. (1993) Detecting level shifts in time series.
27
  Detecting level shifts in time series.
26
  \emph{Journal of Business and Economic Statistics} \bold{11}, 81--92.
28
  \emph{Journal of Business and Economic Statistics}, \bold{11}, 81--92.
-
 
29
  \doi{10.2307/1391308}.
27
 
30
 
-
 
31
  Cobb, G. W. (1978).
28
  Cobb, G. W. (1978) The problem of the Nile: conditional solution to a
32
  The problem of the Nile: conditional solution to a change-point
-
 
33
  problem.
29
  change-point problem.  \emph{Biometrika} \bold{65}, 243--51.
34
  \emph{Biometrika} \bold{65}, 243--51.
-
 
35
  \doi{10.2307/2335202}.
30
}
36
}
31
\examples{
37
\examples{
32
require(stats); require(graphics)
38
require(stats); require(graphics)
33
par(mfrow = c(2, 2))
39
par(mfrow = c(2, 2))
34
plot(Nile)
40
plot(Nile)