CondiS_X: CondiS-X Function

View source: R/CondiS-X.R

CondiS_XR Documentation

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


CondiS documentation built on April 17, 2022, 9:05 a.m.