nobs.flexsurvreg: Number of observations contributing to a fitted flexible...

View source: R/flexsurvreg.R

nobs.flexsurvregR Documentation

Number of observations contributing to a fitted flexible survival model

Description

Number of observations contributing to a fitted flexible survival model

Usage

## S3 method for class 'flexsurvreg'
nobs(object, ...)

Arguments

object

Output from flexsurvreg or flexsurvspline, representing a fitted survival model object.

...

Further arguments passed to or from other methods. Currently unused.

Details

This matches the behaviour of the nobs method for survreg objects, including both censored and uncensored observations.

Value

This returns the mod$N component of the fitted model object mod. See flexsurvreg, flexsurvspline for full documentation of all components.

Author(s)

C. H. Jackson chris.jackson@mrc-bsu.cam.ac.uk

See Also

flexsurvreg, flexsurvspline.


flexsurv documentation built on Feb. 16, 2023, 5:07 p.m.