env.concurrent {cfma} | R Documentation |
Simulated data from the concurrent mediation model
Description
"env.concurrent" is an R environment containing the data generated from a concurrent mediation model.
Usage
data("env.concurrent")
Format
An R environment
Z
a
data matrix, treatment trajectory of
subjects for
time points.
M
a
data matrix, mediator trajectory of
subjects for
time points.
Y
a
data matrix, outcome trajectory of
subjects for
time points.
alpha
a length
vector model coefficient.
beta
a length
vector model coefficient.
gamma
a length
vector model coefficient.
Details
The data was generated from the concurrent mediation model
is the convolution of hemodynamic response function (HRF) and event onsets.
Examples
data(env.concurrent)
Z<-get("Z",env.concurrent)
M<-get("M",env.concurrent)
Y<-get("Y",env.concurrent)
[Package cfma version 1.0 Index]