coefAll2,ANY-method {pbox} | R Documentation |
Method for extracting coefficients from GAM-like models
Description
Method for extracting coefficients from GAM-like models
Usage
## S4 method for signature 'ANY'
coefAll2(obj, deviance = FALSE)
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. |
Value
A list containing model coefficients and optionally deviance.
[Package pbox version 0.1.8 Index]