View source: R/variable_selection.R
bamlasso_var_selection | R Documentation |
Variable Selection for Bamlasso
bamlasso_var_selection(mdl)
mdl |
Model returned from Bamlasso |
A list of two consisting a character vector, named Parametric, and a data frame, named Non-parametric. The character vector contains the parametric variabels selected in the model if any. The dataframe, 3-by-p, contains the selected smoothing function, separated for linear components and nonlinear components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.