Prepares continuouts-time dataset.
prepare_data_cont(
merged.data,
col.status.ind,
col.id.ind,
col.age.ind,
col.age.event.ind,
col.covar.ind,
verbose,
dt
)
a longitudinal study dataset.
index of "status" column.
subject id column index.
index of the age column.
an index of the column which represents the time in which event occured.
a set of column indexes which represent covariates.
turns on/off verbosing output.
interval between observations.