Description Usage Arguments Details Value
This is an internal function of package ggam
. Bivariate penalized least squares problem
is solved with penalty parameter chosen by GCV or CV. Variable selection by using
adaptive LASSO or group SCAD is applied in parametric coefficients.
1 |
G |
An object of the type returned by |
criterion |
The criterion to choose the penalty parameter lambda. |
method |
'ALASSO' or 'SCAD' to penalize the coefficients for parametric part. |
family |
The family object, specifying the distribution and link to use. |
ind_c |
The given index of covariates that are selected. |
VS |
' |
MI |
Whether model identification is conducted or not. |
... |
other arguments. |
This is an internal function of package ggam
. We propose a coordinate descent based
algorithm to perform the variable selection efficiently.
The smoothing penalty parameter could
be chosen by GCV
or CV
using the routines: plsfitGCV
and
plsfitCV
. In this function, the user can also choose whether to do variable selection
or not.
A list of fit information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.