View source: R/S3methods_GeDSboost-GeDSgam.R
coef.GeDSboost,gam | R Documentation |
Methods for the functions coef
and
coefficients
that allow to extract the estimated
coefficients of a GeDSboost-class
or GeDSgam-class
object.
## S3 method for class 'GeDSboost'
coef(object, n = 3L, ...)
## S3 method for class 'GeDSboost'
coefficients(object, n = 3L, ...)
## S3 method for class 'GeDSgam'
coef(object, n = 3L, ...)
## S3 method for class 'GeDSgam'
coefficients(object, n = 3L, ...)
object |
the |
n |
integer value (2, 3 or 4) specifying the order (
By default |
... |
potentially further arguments (required by the definition of the generic function). These will be ignored, but with a warning. |
A named vector containing the required coefficients of the fitted multivariate predictor model.
coef
for the standard definition;
NGeDSboost
and NGeDSgam
for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.