predict.matchpropexc: Predict cumulative excess hazard or relative survival

Description Usage Arguments Author(s)

View source: R/matchf.R

Description

Predict cumulative excess hazard or relative survival

Usage

1
2
3
## S3 method for class 'matchpropexc'
predict(object, relsurv = FALSE,
  time = object$exit, X = object$X, strata = object$strata, ...)

Arguments

object

model estimated with matchpropexc

relsurv

set to FALSE. If TRUE relative survival is returned instead of the cumulative baseline hazard

time

specify at which time to compute the estimates

X

define specific values for the excess covariates. By default predictworks on the original data.

strata

default strata if the model has them.

...

Additional arguments to lower level funtions

Author(s)

Cristina Boschini


cribosch/matchsurv documentation built on Aug. 15, 2019, 11:55 a.m.