Skip to contents

A simulated multichannel data containing multiple individuals with multiple response variables of different distributions.

Usage

multichannel_example

Format

A data frame with 3000 rows and 5 variables:

id

Variable defining individuals (1 to 50).

time

Variable defining the time point of the measurement (1 to 20).

g

Response variable following gaussian distribution.

p

Response variable following Poisson distribution.

b

Response variable following Bernoulli distribution.

Source

The data was generated according to a script in https://github.com/ropensci/dynamite/blob/main/data-raw/multichannel_example.R