Description Usage Arguments Details Value
View source: R/gplsfitGCV_nb.R
This is an internal function of package ggam
.
1 2 3 |
Y |
Response variable. |
B |
The bernstein basis matrix. |
Q2 |
The |
P |
The penalty matrix. |
UB |
The univariate basis function matrix constructed. |
lambda |
The smoothing penalty parameter. |
family |
The family object, specifying the distribution and link to use. |
offset |
Can be used to supply a model offset for use in fitting. Note that this offset will always be completely ignored when predicting. |
r.theta |
All the theta values given. |
fx |
indicates whether the term is a fixed d.f. regression
spline ( |
control |
A list of fit control parameters to replace defaults returned by |
X |
The parametric model matrix. set to ' |
ind_c |
The vector of index to indicate the parametric part. |
fixedSteps |
How many steps to take: useful when only using this routine to get rough starting values for other methods. |
... |
other arguments passed onto |
In this function, the estimator of θ is chosen to ensure that
the Pearson estimate of the scale parameter is as close as possible to 1. The other parts follow from the
routine of gplsfitGCV
.
A list of fit information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.