summary.lasso_screenr: An S3 Summary Method for 'screenr' Objects

View source: R/summary-methods.R

summary.lasso_screenrR Documentation

An S3 Summary Method for screenr Objects

Description

summary.lasso_screenr provides a summary method for lasso_screenr-class objects.

Usage

## S3 method for class 'lasso_screenr'
summary(object, ...)

Arguments

object

a lasso_screenr object

...

optional arguments passed to summary methods.

Details

This is essentially a wrapper for glmpath::summary.glmpath provided for lasso_screenr objects.

Value

a dataframe containing the summary, including the Df, Deviance, AIC and BIC for each step along the GLM path for which the active set changed.

Examples

attach(uniobj1)
summary(uniobj1)

sgutreuter/screenr documentation built on Nov. 20, 2022, 2:41 a.m.