View source: R/gets-isat-source.R
| ISblocksFun | R Documentation |
An internal function that manages the block-wise GETS search within the
isat() type functions.
ISblocksFun(j, i, ISmatrices, ISblocks, mX, parallel.options, y, userEstArg,
t.pval, wald.pval, do.pet, arLjungB, archLjungB, normality.JarqueB,
user.diagnostics, gofFunArg, gof.method, mxkeep, include.gum, include.1cut,
include.empty, max.paths, turbo, tol, LAPACK, max.regs, print.searchinfo, y.n)
j |
Index of the current block (within the |
i |
Index of the indicator matrix from |
ISmatrices |
A named list of indicator matrices generated by |
ISblocks |
A list of block index sets corresponding to columns of each indicator matrix, specifying how indicators are grouped for block-wise GETS. |
mX |
Matrix of base regressors to which indicator variables are appended. |
parallel.options |
Parallel execution control; if |
y |
Numeric vector or time-series; the dependent variable in the regression model. |
userEstArg |
A list containing the user-defined estimation function and its arguments,
passed to |
t.pval |
Numeric value between 0 and 1; the significance level used for coefficient t-tests during GETS. |
wald.pval |
Numeric value; significance level for Wald tests in GETS selection. |
do.pet |
Logical; if |
arLjungB |
A two-element list or vector specifying the lag and p-value for the Ljung-Box test on residual autocorrelation. |
archLjungB |
A two-element list or vector specifying the lag and p-value for the Ljung-Box test on squared residuals (ARCH test). |
normality.JarqueB |
Numeric value or |
user.diagnostics |
A list specifying a user-defined diagnostics function and its significance levels. |
gofFunArg |
List specifying the name and parameters of the goodness-of-fit function. |
gof.method |
Character string; either |
mxkeep |
Indices of variables in |
include.gum |
Logical; if |
include.1cut |
Logical; if |
include.empty |
Logical; if |
max.paths |
Maximum number of paths to explore during GETS. If |
turbo |
Logical; avoids redundant path evaluations in GETS for efficiency. |
tol |
Numeric tolerance for detecting collinearity in regressors during model estimation. |
LAPACK |
Logical; if |
max.regs |
Maximum number of regressions allowed in each deletion path. |
print.searchinfo |
Logical; if |
y.n |
Integer; the number of observations in the dependent variable |
Returns a character vector of the names of the retained variables or NULL.
See also isat.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.