predict_coxph: Predict using Cox proportional hazards model

Description Usage Arguments Author(s) See Also

View source: R/survival.r

Description

Predict using Cox proportional hazards model

Usage

1
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.

Author(s)

Christofer Bäcklin

See Also

fit_coxph


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to predict_coxph in emil...