Learn R Programming

emil (version 2.2.10)

predict_coxph: Predict using Cox proportional hazards model

Description

Predict using Cox proportional hazards model

Usage

predict_coxph(object, x, ...)

Arguments

object

Fitted model, as returned by fit_coxph.

x

Observations whose response is to be predicted.

...

Sent to predict.coxph.

See Also

fit_coxph