1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
\name{urca-internal}
\alias{.spcv}
\encoding{latin1}
\title{Critical values for Schmidt and Phillips Unit Root Test}
\description{
This function is an internal function and is called by
\code{ur.sp}. It computes the critical value of the Schmidt and
Phillips test, given a level of significance, the polynomial degree of
the test regression, the test type and the sample size.
}
\usage{
.spcv(obs, type, pol.deg, signif)
}
\arguments{
\item{obs}{The sample size.}
\item{type}{The test type.}
\item{pol.deg}{The polynomial degree.}
\item{signif}{The significance level.}
}
\value{
The critical value of the test.
}
\references{
Schmidt, P. and Phillips, P.C.B. (1992), LM Test for a Unit Root in
the Presence of Deterministic Trends, \emph{Oxford Bulletin of Economics and
Statistics}, \bold{54(3)}, 257--287.
Download possible at: \url{https://cowles.yale.edu/}, see rubric
'Discussion Papers (CFDPs)'.
}
\seealso{\code{\link{ur.sp}}.}
\author{Bernhard Pfaff}
\keyword{regression}
|