Number of observations contributing to a fitted flexible survival model

# S3 method for 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.

Value

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

Details

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

See also

Author

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