residuals.cyclopsFit {Cyclops} | R Documentation |
Model residuals
Description
residuals.cyclopsFit
computes model residuals for Cox model-based Cyclops objects
Usage
## S3 method for class 'cyclopsFit'
residuals(object, parm = NULL, type = "schoenfeld", ...)
Arguments
object |
A Cyclops model fit object |
parm |
A specification of which parameters require residuals, either a vector of numbers or covariateId names |
type |
Character string indicating the type of residual desires. Possible values are "schoenfeld". |
... |
Additional parameters for compatibility with S3 parent function |
[Package Cyclops version 3.6.0 Index]