coefAll2,ANY-method: Method for extracting coefficients from GAM-like models
Description
Method for extracting coefficients from GAM-like models
Usage
# S4 method for ANY
coefAll2(obj, deviance = FALSE)
Value
A list containing model coefficients and optionally deviance.
Arguments
- obj
A model object, typically from a GAM-like fitting procedure.
- deviance
A Boolean flag that when TRUE calculates the deviance of the model.