fitted.glmsmurf {smurf} | R Documentation |
Fitted Values of Estimated Model
Description
Function to extract the fitted values of the estimated model.
Usage
## S3 method for class 'glmsmurf'
fitted(object, ...)
Arguments
object |
An object of class ' |
... |
Additional arguments which are currently ignored. |
Value
A vector containing the fitted values of the estimated model in object
.
See Also
fitted_reest
, fitted
, glmsmurf
, glmsmurf-class
Examples
## See example(glmsmurf) for examples
[Package smurf version 1.1.5 Index]