View source: R/gets-isat-source.R
gets.isat | R Documentation |
General-to-Specific (GETS) Modelling of a objects of class isat
.
## S3 method for class 'isat'
gets(x, t.pval=0.05, wald.pval=t.pval, vcov.type=NULL,
do.pet=TRUE, ar.LjungB=list(lag=NULL, pval=0.025),
arch.LjungB=list(lag=NULL, pval=0.025), normality.JarqueB=NULL,
user.diagnostics=NULL, info.method=c("sc","aic","aicc","hq"),
gof.function=NULL, gof.method=NULL, keep=NULL, include.gum=FALSE,
include.1cut=TRUE, include.empty=FALSE, max.paths=NULL, tol=1e-07,
turbo=FALSE, print.searchinfo=TRUE, plot=NULL, alarm=FALSE,...)
x |
an object of class 'isat' |
t.pval |
numeric value between 0 and 1. The significance level used for the two-sided regressor significance t-tests |
wald.pval |
numeric value between 0 and 1. The significance level used for the Parsimonious Encompassing Tests (PETs). By default, it is the same as |
vcov.type |
the type of variance-covariance matrix used. If |
do.pet |
logical. If |
ar.LjungB |
a two-item list with names |
arch.LjungB |
a two-item list with names |
normality.JarqueB |
a value between 0 and 1, or |
user.diagnostics |
|
info.method |
character string, "sc" (default), "aic" or "hq", which determines the information criterion to be used when selecting among terminal models. The abbreviations are short for the Schwarz or Bayesian information criterion (sc), the Akaike information criterion (aic) and the Hannan-Quinn (hq) information criterion |
gof.function |
|
gof.method |
|
keep |
the regressors to be excluded from removal in the specification search. Note that |
include.gum |
logical. If |
include.1cut |
logical. If |
include.empty |
logical. If |
max.paths |
|
tol |
numeric value. The tolerance for detecting linear dependencies in the columns of the variance-covariance matrix when computing the Wald-statistic used in the Parsimonious Encompassing Tests (PETs), see the |
turbo |
logical. If |
print.searchinfo |
logical. If |
plot |
|
alarm |
logical. If |
... |
further arguments passed on to and from methods |
Internally, gets.isat
invokes getsm
for the GETS-modelling.
A list of class gets
.
Moritz Schwarz, https://www.inet.ox.ac.uk/people/moritz-schwarz
Genaro Sucarrat, https://www.sucarrat.net/
isat
, getsm
, getsFun
, paths
and terminals
##generate some data:
#set.seed(123) #for reproducibility
#y <- rnorm(30) #generate Y
#isatmod <- isat(y)
#gets(isatmot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.