active_set_1 | R Documentation |
Determine the active set variables via lasso regression.
active_set_1(i, d, p, X_index, y, z, z_a = NULL, bound = 0.5 * NROW(z))
i |
determines which column of y is considered |
d |
the decided lag-augmentation of the interest variables |
p |
the lag length |
X_index |
index of the Granger causing variables |
y |
vector/matrix of dependent variable |
z |
vector/matrix of regressors |
z_a |
those variables that should not be penalized |
bound |
upper bound on tuning parameter lambda |
the active set estimated via lasso using BIC as penalty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.