formula
|
a formula describing the model to be tested.
|
type
|
a character string specifying the structural change test that is to be performed, the default is “Rec-CUSUM”. Besides the test types described in efp and sctest.Fstats the Chow test and the Nyblom-Hansen test can be performed by setting type to “Chow” or “Nyblom-Hansen”, respectively.
|
h
|
numeric from interval (0,1) specifying the bandwidth. Determines the size of the data window relative to the sample size (for MOSUM and ME tests only).
|
alt.boundary
|
logical. If set to TRUE alternative boundaries (instead of the standard linear boundaries) will be used (for CUSUM processes only).
|
functional
|
indicates which functional should be used to aggregate the empirical fluctuation processes to a test statistic.
|
from, to
|
numeric. If from is smaller than 1 they are interpreted as percentages of data and by default to is taken to be the 1 - from. F statistics will be calculated for the observations (nfrom):(nto), when n is the number of observations in the model. If from is greater than 1 it is interpreted to be the index and to defaults to n - from. (for F tests only)
|
point
|
parameter of the Chow test for the potential change point. Interpreted analogous to the from parameter. By default taken to be floor(n*0.5) if n is the number of observations in the model.
|
asymptotic
|
logical. If TRUE the asymptotic (chi-square) distribution instead of the exact (F) distribution will be used to compute the p value (for Chow test only).
|
data
|
an optional data frame containing the variables in the model. By default the variables are taken from the environment which sctest is called from.
|
…
|
further arguments passed to efp or Fstats.
|