env.historical {cfma} | R Documentation |
Simulated data from the historical influence mediation model
Description
"env.historical" is an R environment containing the data generated from a historical influence mediation model.
Usage
data("env.historical")
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
matrix model coefficient.
beta
a
matrix model coefficient.
gamma
a
matrix model coefficient.
Details
The data was generated from the historical influence mediation model
where ,
,
are coefficient curves;
for
.
is the convolution of hemodynamic response function (HRF) and event onsets.
Examples
data(env.historical)
Z<-get("Z",env.historical)
M<-get("M",env.historical)
Y<-get("Y",env.historical)
[Package cfma version 1.0 Index]