Learn R Programming

stacks (version 1.0.0)

get_expressions: Obtain prediction equations for all possible values of type

Description

Obtain prediction equations for all possible values of type

Usage

get_expressions(x, ...)

# S3 method for `_multnet` get_expressions(x, ...)

# S3 method for `_lognet` get_expressions(x, ...)

# S3 method for `_elnet` get_expressions(x, ...)

Value

A named list with prediction equations for each possibel type.

Arguments

x

A parsnip model with the glmnet engine.

...

Not used