The R Project SVN R

Rev

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

Rev 89404 Rev 89605
Line 1... Line 1...
1
% File src/library/datasets/man/BJsales.Rd
1
% File src/library/datasets/man/BJsales.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-2025 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{BJsales}
6
\name{BJsales}
7
\docType{data}
7
\docType{data}
8
\alias{BJsales}
8
\alias{BJsales}
9
\alias{BJsales.lead}
9
\alias{BJsales.lead}
10
\title{Sales Data with Leading Indicator}
10
\title{Sales Data with Leading Indicator}
11
\description{
11
\description{
12
  The sales time series \code{BJsales} and leading indicator
12
  The sales time series \code{BJsales} and leading indicator
13
  \code{BJsales.lead} each contain 150 observations.
13
  \code{BJsales.lead} each contain 150 observations.
14
  The objects are of class \code{"ts"}.
14
  The objects are of class \code{"\link{ts}"}.
15
}
15
}
16
\usage{
16
\usage{
17
BJsales
17
BJsales
18
BJsales.lead
18
BJsales.lead
19
}
19
}
Line 21... Line 21...
21
  The data are given in \bibcitet{|R:Box+Jenkins:1976|p.\sspace{}537}.
21
  The data are given in \bibcitet{|R:Box+Jenkins:1976|p.\sspace{}537}.
22
  Obtained from the Time Series Data Library at
22
  Obtained from the Time Series Data Library at
23
  \url{https://robjhyndman.com/TSDL/}
23
  \url{https://robjhyndman.com/TSDL/}
24
}
24
}
25
\references{
25
\references{
26
  \bibinfo{R:Brockwell+Davis:1991}{note}{Page 414}
26
  \bibinfo{R:Brockwell+Davis:1991}{note}{Example 11.2.2, page 414}
27
  \bibshow{*, R:Brockwell+Davis:1991}
27
  \bibshow{*, R:Brockwell+Davis:1991}
28
}
28
}
29
\keyword{datasets}
29
\keyword{datasets}