Skip to contents

Extract a list that maps the variable names in a user-defined data.frame to standardised values.

Usage

# S3 method for class 'DataSurvival'
extractVariableNames(object)

Arguments

object

(DataSurvival)
Survival Data.

Value

A list with the following named elements:

  • frm (formula)
    a symbolic description of the survival model to be fitted

  • time (character)
    The name of the variable containing the event time

  • event (character)
    The name of the variable containing the event status