multichannel_example {dynamite} | R Documentation |
Simulated Multivariate Panel Data
Description
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
See Also
Example models
categorical_example
,
categorical_example_fit
,
gaussian_example
,
gaussian_example_fit
,
gaussian_simulation_fit
,
multichannel_example_fit
[Package dynamite version 1.5.2 Index]