The function generates Monte Carlo method confidence intervals for the mediation model \(X \to Y \to M\).
Arguments
- phi_hat
R object. Output of the
PhiHat()function.- delta_t
Numeric vector. Vector of time intervals.
- R
Positive integer. Number of Monte Carlo replications.
- seed
Integer. Random seed.
See also
Other Confidence Interval Functions:
BootPara(),
BootParaStdXMY(),
BootParaStdXYM(),
BootParaStdYMX(),
BootParaXMY(),
BootParaXYM(),
BootParaYMX(),
DeltaStdXMY(),
DeltaStdXYM(),
DeltaStdYMX(),
DeltaXMY(),
DeltaXYM(),
DeltaYMX(),
IllustrationBootPara(),
MCStdXMY(),
MCStdXYM(),
MCStdYMX(),
MCXMY(),
MCYMX()