Description Usage Arguments Author(s) See Also Examples
Model-implied variance-covariance matrix from the standardized simple mediation model.
1 2 3 4 5 6 7 8 9 10 | 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}}} ≤ft( σ_{\varepsilon_{m_{latent}}}^{2} \right). |
sigma2epsilony |
Numeric. Error variance of \varepsilon_{y_{latent_{i}}} ≤ft( σ_{\varepsilon_{y_{latent}}}^{2} \right). |
Ivan Jacob Agaloos Pesigan
Other reticular action model functions:
A.std()
,
A()
,
Mfrommu()
,
M()
,
S.std()
,
Sfromsigma2()
,
Sigmathetafromsigma2()
,
Sigmatheta()
,
S()
,
mutheta()
1 2 3 4 5 6 7 8 9 10 11 | 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
)
cov(jeksterslabRdatarepo::thirst)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.