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 2 | ggrplsfit(G, criterion, method, family, ind_c, VS,
control = plbpsm.control(), MI, ...)
|
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 |
' |
control |
A list of fit control parameters to replace defaults returned by |
MI |
whether model identification is conducted or not. |
... |
other arguments. |
This is an internal function of package GgAM
. We propose Iteratively Reweighted Least square based
algorithm to get the poilot estimation and then use it to get a a spline-backfitted local polynomial estimation.
The smoothing penalty parameter could
be chosen by GCV
or CV
using the routines: gplsfitGCV
.
A list of fit information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.