coxSnellRes-methods: Method to calculate Cox-Snell residual

Description Usage Arguments Details Value

Description

Method to calculate Cox-Snell residual

Usage

1
2
3
4
coxSnellRes(object)

## S4 method for signature 'SemiParametricModel'
coxSnellRes(object)

Arguments

object

(SemiParametricModel) The object which was created when fitting the Cox model

...

additional parameters needed for specific instances of this generic

Details

This is calculated using surv(t, e) ~ arm, with no covariates or strata. Data is the subset of data contained in the SemiParametricModel object used and the "ties" argument used by coxph is the value used when creating the SemiParametric object

Value

(survfit object) contains call and residuals


scientific-computing-solutions/sibyl documentation built on May 21, 2019, 8:40 a.m.