Model-implied variance-covariance matrix from the standardized simple mediation model.
Sigmatheta.std( taudotprime, betaprime, alphaprime, lambdax, lambdam, lambday, sigma2epsilonm, sigma2epsilony )
| taudotprime | Numeric.
Standardized slope of path from |
|---|---|
| betaprime | Numeric.
Standardized slope of path from |
| alphaprime | Numeric.
Standardized slope of path from |
| lambdax | Numeric.
Factor loading |
| lambdam | Numeric.
Factor loading |
| lambday | Numeric.
Factor loading |
| sigma2epsilonm | Numeric. Error variance of \(\varepsilon_{m_{latent_{i}}}\) \(\left( \sigma_{\varepsilon_{m_{latent}}}^{2} \right)\). |
| sigma2epsilony | Numeric. Error variance of \(\varepsilon_{y_{latent_{i}}}\) \(\left( \sigma_{\varepsilon_{y_{latent}}}^{2} \right)\). |
Other reticular action model functions:
A.std(),
A(),
Mfrommu(),
M(),
S.std(),
Sfromsigma2(),
Sigmathetafromsigma2(),
Sigmatheta(),
S(),
mutheta()
Ivan Jacob Agaloos Pesigan
Sigmatheta.std( taudotprime = 0.2080748, betaprime = 0.4126006, alphaprime = 0.3708979, lambdax = 1.137308, lambdam = 1.038248, lambday = 1.134973, sigma2epsilonm = 0.8624347, sigma2epsilony = 0.7227811 )#> x m y #> x 1.2934695 0.4379591 0.4661226 #> m 0.4379591 1.0779589 0.5771429 #> y 0.4661226 0.5771429 1.2881637#> temp thirst water #> temp 1.2934694 0.4379592 0.4661224 #> thirst 0.4379592 1.0779592 0.5771429 #> water 0.4661224 0.5771429 1.2881633