data_example_long_md {DySS}R Documentation

A simulated dataset with multivariate longitudinal data

Description

A simulated univariate longitudinal dataset for demonstration.

Usage

data(data_example_long_md)

Format

An object of class list of length 9.

Details

Data Example: Multivariate Longitudinal 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.

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

$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_md)

[Package DySS version 1.0 Index]