lasso_cv_glmnet_bin_min
returns the vector of coefficients
for a binary logistic model estimated by the lasso using the lambda.min
value
computed by 10 fold cross validation. It uses the glmnet
function of
the glmnet
package.
lasso_cv_glmnet_bin_1se
returns the vector of coefficients
for a binary logistic model estimated by the lasso using the lambda.1se
(lambda.min+1se) value computed by 10 fold cross validation. It uses the glmnet
function of the glmnet
package.
lasso_glmnet_bin_AICc
returns the vector of coefficients
for a binary logistic model estimated by the lasso and selected according to the
bias-corrected AIC (AICC) criterion. It uses the glmnet
lasso_glmnet_bin_BIC
returns the vector of coefficients
for a binary logistic model estimated by the lasso and selected according to the BIC
criterion. It uses the glmnet
lasso_cv_lars_min
returns the vector of coefficients
for a linear model estimated by the lasso using the lambda.min
value
computed by 5 fold cross validation. It uses the lars
function of the
lars
package.
lasso_cv_lars_1se
returns the vector of coefficients
for a linear model estimated by the lasso using the lambda.1se
(lambda.min+1se) value computed by 5 fold cross validation.
It uses the lars
function of the lars
package.
lasso_cv_glmnet_min
returns the vector of coefficients
for a linear model estimated by the lasso using the lambda.min
value
computed by 10 fold cross validation. It uses the glmnet
function of the
glmnet
package.
lasso_cv_glmnet_min_weighted
returns the vector of coefficients
for a linear model estimated by the weighted lasso using the lambda.min
value
computed by 10 fold cross validation. It uses the glmnet
function of the
glmnet
package.
lasso_cv_glmnet_1se
returns the vector of coefficients
for a linear model estimated by the lasso using the lambda.1se
(lambda.min+1se) value computed by 10 fold cross validation. It uses the glmnet
function of the
glmnet
package.
lasso_cv_glmnet_1se_weighted
returns the vector of coefficients
for a linear model estimated by the weighted lasso using the lambda.1se
(lambda.min+1se) value computed by 10 fold cross validation. It uses the glmnet
function of the glmnet
package.
lasso_msgps_Cp
returns the vector of coefficients
for a linear model estimated by the lasso selectd using Mallows' Cp.
It uses the msgps
function of the msgps
package.
lasso_msgps_AICc
returns the vector of coefficients
for a linear model estimated by the lasso selected according to the bias-corrected AIC
(AICC) criterion. It uses the msgps
function of the msgps
package.
lasso_msgps_GCV
returns the vector of coefficients
for a linear model estimated by the lasso selected according to the generalized
cross validation criterion. It uses the msgps
function of the msgps
package.
lasso_msgps_BIC
returns the vector of coefficients
for a linear model estimated by the lasso selected according to the BIC criterion.
It uses the msgps
function of the msgps
package.
enetf_msgps_Cp
returns the vector of coefficients
for a linear model estimated by the elastic net selectd using Mallows' Cp.
It uses the msgps
function of the msgps
package.
enetf_msgps_AICc
returns the vector of coefficients
for a linear model estimated by the elastic net selected according to the bias-corrected AIC
(AICC) criterion. It uses the msgps
function of the msgps
package.
enetf_msgps_GCV
returns the vector of coefficients
for a linear model estimated by the elastic net selected according to the generalized
cross validation criterion. It uses the msgps
function of the msgps
package.
enetf_msgps_BIC
returns the vector of coefficients
for a linear model estimated by the elastic net selected according to the BIC criterion.
It uses the msgps
function of the msgps
package.
lasso_cascade
returns the vector of coefficients
for a linear model estimated by the lasso.
It uses the lars
function of the lars
package.