cv_regularized_parameter_estimator: Perform regularization inference.

View source: R/regularized_inference.R

cv_regularized_parameter_estimatorR Documentation

Perform regularization inference.

Description

Use CV to find appropriate values of lambda for either feature selection or for prediction.

Usage

cv_regularized_parameter_estimator(vectorized_rolypoly_data, n_folds = 10,
  ...)

Arguments

vectorized_rolypoly_data

rolypoly data used for inference

n_folds

number of folds for cross validation

...

other arguments to pass to cv.glmnet

Value

results from cross validation

Examples

## Not run: cv_regularized_parameter_estimator(vectorized_rolypoly_data)

dcalderon/rolypoly documentation built on July 3, 2022, 1:59 p.m.