Description Usage Arguments Value
Alternative function to calculate the BIC of the model. Internal use only.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
pop_matrix_row |
Vector containing a model |
all_dataframe |
Dataframe with all variables |
Kvar |
Maximum number of variables allowed in the final model |
Kint |
Maximum number of interactions allowed in the final model |
k |
Basis dimension for nonparametric terms estimated using cubic splines. |
family |
Specifies the family for the gam (see ?family and ?family.mgcv). Default is gaussian(). |
method |
Specifies the metric for smoothing parameter selection (see ?gam). Default is "REML". |
optimizer |
Specifies the numerical optimization algorithm for the gam (see ?gam). Default is c("outer","newton"). |
xcolnames |
Names of variables (optional). |
always_par |
Specifies which variables are always estimated parametrically |
BIC value of the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.