| .build_linear_pred | R Documentation |
Shared helper for building linear predictor strings from coefficients. Used by orbital package for glmnet models.
.build_linear_pred(coef_names, coef_values)
coef_names |
Character vector of coefficient names (including "(Intercept)") |
coef_values |
Numeric vector of coefficient values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.