The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 26... Line 26...
26
  is \code{TRUE}, then the truncation lag parameter is set to
26
  is \code{TRUE}, then the truncation lag parameter is set to
27
  \code{trunc(4*(n/100)^0.25)}, otherwise
27
  \code{trunc(4*(n/100)^0.25)}, otherwise
28
  \code{trunc(12*(n/100)^0.25)} is used.  The p-values are
28
  \code{trunc(12*(n/100)^0.25)} is used.  The p-values are
29
  interpolated from Table 4.2, page 103 of Banerjee \emph{et al.}
29
  interpolated from Table 4.2, page 103 of Banerjee \emph{et al.}
30
  (1993).
30
  (1993).
31
  
31
 
32
  Missing values are not handled.
32
  Missing values are not handled.
33
}
33
}
34
\value{
34
\value{
35
  A list with class \code{"htest"} containing the following components:
35
  A list with class \code{"htest"} containing the following components:
36
  \item{statistic}{the value of the test statistic.}
36
  \item{statistic}{the value of the test statistic.}
37
  \item{parameter}{the truncation lag parameter.}
37
  \item{parameter}{the truncation lag parameter.}
38
  \item{p.value}{the p-value of the test.}
38
  \item{p.value}{the p-value of the test.}
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}, Oxford University Press, Oxford.
46
    of Non-Stationary Data}, Oxford University Press, Oxford.
47
  
47
 
48
  P. Perron (1988) Trends and random walks in macroeconomic time
48
  P. Perron (1988) Trends and random walks in macroeconomic time
49
  series. \emph{Journal of Economic Dynamics and Control} \bold{12},
49
  series. \emph{Journal of Economic Dynamics and Control} \bold{12},
50
  297--332.
50
  297--332.
51
}
51
}
52
\author{A. Trapletti}
52
\author{A. Trapletti}