The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/pp.test.Rd
1
% File src/library/stats/man/pp.test.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-2014 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{PP.test}
6
\name{PP.test}
7
\alias{PP.test}
7
\alias{PP.test}
8
\title{Phillips-Perron Test for Unit Roots}
8
\title{Phillips-Perron Test for Unit Roots}
Line 39... Line 39...
39
  \item{method}{a character string indicating what type of test was
39
  \item{method}{a character string indicating what type of test was
40
    performed.}
40
    performed.}
41
  \item{data.name}{a character string giving the name of the data.}
41
  \item{data.name}{a character string giving the name of the data.}
42
}
42
}
43
\references{
43
\references{
44
  A. Banerjee, J. J. Dolado, J. W. Galbraith, and D. F. Hendry (1993)
44
  A. Banerjee, J. J. Dolado, J. W. Galbraith, and D. F. Hendry (1993).
45
  \emph{Cointegration, Error Correction, and the Econometric Analysis
45
  \emph{Cointegration, Error Correction, and the Econometric Analysis
-
 
46
    of Non-Stationary Data}.
46
    of Non-Stationary Data}, Oxford University Press, Oxford.
47
  Oxford University Press, Oxford.
47
 
48
 
-
 
49
  P. Perron (1988).
48
  P. Perron (1988) Trends and random walks in macroeconomic time
50
  Trends and random walks in macroeconomic time series.
49
  series. \emph{Journal of Economic Dynamics and Control} \bold{12},
51
  \emph{Journal of Economic Dynamics and Control}, \bold{12}, 297--332.
50
  297--332.
52
  \doi{10.1016/0165-1889(88)90043-7}.
51
}
53
}
52
\author{A. Trapletti}
54
\author{A. Trapletti}
53
\examples{
55
\examples{
54
x <- rnorm(1000)
56
x <- rnorm(1000)
55
PP.test(x)
57
PP.test(x)