get.risk.coxph {nricens}R Documentation

Calculate individual risks based on the Cox regression model.

Description

This function estimates Pr\{T < t_0\} given covariates under the Cox model.

Usage

get.risk.coxph(mdl, t0)

Arguments

mdl

coxph object.

t0

Scalar value indicating a time to determine evnet/non-event (t_0).


[Package nricens version 1.6 Index]