Learn R Programming

CondiS (version 0.1.2)

CondiS_X: CondiS-X Function

Description

This function allows you to improve the imputed survival time by incorporating covariate information.

Usage

CondiS_X(pred_time, status, covariates, method)

Arguments

pred_time

The imputed follow up time for right-censored data.

status

The censoring indicator, normally 0=right censored, 1=event at time.

covariates

The additional patient data that is presumably associated with the survival time.

method

Choose from 8 machine learning algorithms; the default is "glm".