cv_regularized_parameter_estimator: Perform regularization inference.

Description Usage Arguments Value Examples

View source: R/regularized_inference.R

Description

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

Usage

1
2
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

1
## Not run: cv_regularized_parameter_estimator(vectorized_rolypoly_data)

rolypoly documentation built on May 2, 2019, 2:47 p.m.