SurvivalData-class: Class representing the data to be used by Sibyl for model...

Description Slots See Also

Description

Class representing the data to be used by Sibyl for model fitting and extrapolating.

Slots

subject.data

(data frame), one row per subject with unique subject ID, their covariate values, treatment arm, time to event and censor indicators for multiple endpoints and indicators as to which subgroups the subject belongs. Colums names are described by the data in other slots (although the treatment arm column is named "arm").

armDef

(ColumnDef) object describing the treatment arm column and its categories (the control group should be first) in the subject.data data frame

endPoints

(list of lists) each endpoint is the name of a two element list, "timeCol" - the time to event for the given endpoint and "censorCol" whether the subject was censored (TRUE) or not (FALSE).

endPointUnit

(days, weeks, months, years) The units for the endpoints

subgroupDef

(list of ColumnDef) definitions of the columns in the subject.data data frame describing subgroups

covDef

(list of ColumnDef) definitions of columns in the subject.data data frame describing covariates

See Also

SurvivalData


scientific-computing-solutions/sibyl documentation built on May 21, 2019, 8:40 a.m.