residuals_reest {smurf} | R Documentation |
Residuals of Re-estimated Model
Description
Function to extract the residuals of the re-estimated model.
resid_reest
is an alias for it.
Usage
residuals_reest(object, ...)
## S3 method for class 'glmsmurf'
residuals_reest(
object,
type = c("deviance", "pearson", "working", "response", "partial"),
...
)
resid_reest(object, ...)
## S3 method for class 'glmsmurf'
resid_reest(
object,
type = c("deviance", "pearson", "working", "response", "partial"),
...
)
Arguments
object |
An object for which the extraction of model residuals is meaningful.
E.g. an object of class ' |
... |
Additional arguments which are currently ignored. |
type |
Type of residuals that should be returned. One of |
Details
See glm.summaries
for an overview of the different types of residuals.
Value
A vector containing the residuals of the re-estimated model in object
when they are available, or, otherwise, the residuals of the estimated model in object
with a warning.
See Also
residuals.glmsmurf
, residuals
, glm.summaries
, glmsmurf-class
Examples
## See example(glmsmurf) for examples
[Package smurf version 1.1.5 Index]