Description Usage Arguments Details Author(s) See Also Examples
Matrix of variance of x
and error variances from the simple mediation model.
1 | S(sigma2x, sigma2epsilonm, sigma2epsilony)
|
sigma2x |
Numeric.
Variance of |
sigma2epsilonm |
Numeric. Error variance of \varepsilon_{m_{i}} ≤ft( σ_{\varepsilon_m}^{2} \right). |
sigma2epsilony |
Numeric. Error variance of \varepsilon_{y_{i}} ≤ft( σ_{\varepsilon_y}^{2} \right). |
The simple mediation model is given by
y_i = δ_y + \dot{τ} x_i + β m_i + \varepsilon_{y_{i}}
m_i = δ_m + α x_i + \varepsilon_{m_{i}}
The parameters for the mean structure are
\boldsymbol{θ}_{\text{mean structure}} = ≤ft\{ μ_x, δ_m, δ_y \right\} .
The parameters for the covariance structure are
\boldsymbol{θ}_{\text{covariance structure}} = ≤ft\{ \dot{τ}, β, α, σ_{x}^{2}, σ_{\varepsilon_{m}}^{2}, σ_{\varepsilon_{y}}^{2} \right\} .
Ivan Jacob Agaloos Pesigan
Other reticular action model functions:
A.std()
,
A()
,
Mfrommu()
,
M()
,
S.std()
,
Sfromsigma2()
,
Sigmatheta.std()
,
Sigmathetafromsigma2()
,
Sigmatheta()
,
mutheta()
1 2 3 4 5 | S(
sigma2x = 1.293469,
sigma2epsilonm = 0.9296691,
sigma2epsilony = 0.9310597
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.