report.glmnet {repmod}R Documentation

Report models from glmnet package

Description

Creates a report table from models fitted by glmnet.

Usage

## S3 method for class 'glmnet'
report(
  x,
  s,
  gamma = 1,
  drop.zero = TRUE,
  file = NULL,
  type = "word",
  digits = 3,
  info = TRUE,
  print = TRUE,
  ...
)

Arguments

x

A glmnet model object

s

Value of lambda for estimating the coefficients

gamma

Value of gamma for estimating the coefficients (only used in relaxed fits)

drop.zero

Should zero coefficients be dropped?

file

Name of the file to export the table

type

Format of the file

digits

Number of decimals

info

If TRUE, include call in the exported table

print

Should the report table be printed on screen?

...

Further arguments passed to make_table

Value

A data frame with the report table


[Package repmod version 0.1.7 Index]