| coef.glmsmurf {smurf} | R Documentation |
Coefficients of Estimated Model
Description
Function to extract the coefficients of the estimated model.
coefficients is an alias for it.
Usage
## S3 method for class 'glmsmurf'
coef(object, ...)
## S3 method for class 'glmsmurf'
coefficients(object, ...)
Arguments
object |
An object of class ' |
... |
Additional arguments which are currently ignored. |
Value
A vector containing the coefficients of the estimated model in object.
See Also
coef_reest, coef, summary.glmsmurf, glmsmurf, glmsmurf-class
Examples
## See example(glmsmurf) for examples
[Package smurf version 1.1.5 Index]