data_example_long_surv {DySS}R Documentation

A simulated dataset with longitudinal and survival data

Description

A simulated univariate longitudinal dataset for demonstration.

Usage

data(data_example_long_surv)

Format

An object of class list of length 15.

Details

Data Example: Longitudinal and Survival Data

Value

A list of the following components

$data_array_IC

The data array for IC data.

$time_matrix_IC

The time matrix for IC data.

$nobs_IC

Number of observations for each IC process.

$starttime_IC

Start time of monitoring for IC processes.

$survtime_IC

End time of monitoring for IC processes.

$survevent_IC

Survival events of IC processes.

$data_array_OC

The data array for OC data.

$time_matrix_OC

The time matrix for OC data.

$nobs_OC

Number of observations for each OC process.

$starttime_OC

Start time of monitoring for OC processes.

$survtime_OC

End time of monitoring for OC processes.

$survevent_OC

Survival events of OC processes.

$design_interval

The design interval.

$n_time_units

Number of time units in the design interval.

$time_unit

The time unit.

Examples

data(data_example_long_surv)

[Package DySS version 1.0 Index]