si {gplsim} | R Documentation |
An internal function to optimization and fitting. Don't use it solely.
Description
An internal function to optimization and fitting. Don't use it solely.
Usage
si(
alpha,
y,
x,
z,
opt = TRUE,
smooth_selection,
fam,
bs = "ps",
fx = FALSE,
scale = scale,
...
)
Arguments
alpha |
single-index coefficients |
y |
Response variable, should be a vector. |
x |
Single index covariates. |
z |
Partially linear covariates. |
opt |
see ?gplsim |
smooth_selection |
see ?gplsim |
fam |
see ?gplsim |
bs |
see ?gplsim |
fx |
see ?gplsim |
scale |
see ?gplsim |
... |
includes optional arguments user can pass to |
Value
b fitted gam object
[Package gplsim version 1.0.0 Index]