build_linear_predictor | R Documentation |
Creates an R expression for a linear predictor from a data frame of terms and coefficients
build_linear_predictor(x, ...)
## S3 method for class ''_elnet''
build_linear_predictor(x, ...)
## S3 method for class ''_lognet''
build_linear_predictor(x, ...)
## S3 method for class ''_multnet''
build_linear_predictor(x, ...)
x |
An object that uses a |
... |
Not currently used. |
An R expression or a list of R expressions, depending on the type of model being used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.