extract_coefficients.easy_glmnet: Extract coefficients from a penalized regression model.

Description Usage Arguments Value

View source: R/glmnet.R

Description

This function wraps the procedure for extracting coefficients from a glmnet model and makes it accessible to the easyml core framework.

Usage

1
2
## S3 method for class 'easy_glmnet'
extract_coefficients(object)

Arguments

object

A list of class easy_glmnet.

Value

A data.frame, the replicated penalized regression coefficients.


easyml documentation built on June 26, 2017, 9:02 a.m.