Generic function for performing structural change tests.
sctest(x, ...)
An object of class "htest"
containing:
the test statistic,
the corresponding p value,
a character string with the method used,
a character string with the data name.
an object.
arguments passed to methods.
sctest
is a generic function for performing/extracting structural
change tests based on various types of objects. The strucchange
package
provides various types of methods.
First, structural change tests based on
F statistics in linear regression models (Fstats
),
empirical fluctuation processes in linear regression models (efp
),
and generalized empirical fluctuation processes in parametric models (gefp
)
are available in the corresponding sctest
methods.
Second, convenience interfaces for carrying out structural change tests
in linear regression models and general parametric models are provided in
sctest.formula
and sctest.default
, respectively.
Zeileis A., Leisch F., Hornik K., Kleiber C. (2002), strucchange
:
An R Package for Testing for Structural Change in Linear Regression Models,
Journal of Statistical Software, 7(2), 1-38.
tools:::Rd_expr_doi("10.18637/jss.v007.i02").
Zeileis A. (2006), Implementing a Class of Structural Change Tests: An Econometric Computing Approach. Computational Statistics & Data Analysis, 50, 2987--3008. tools:::Rd_expr_doi("10.1016/j.csda.2005.07.001").
sctest.formula
, sctest.default
,
sctest.Fstats
, sctest.efp
, sctest.gefp