Description Usage Arguments Value Author(s) See Also Examples
Find indicator total variances from a factor loading matrix, total factor covariance matrix, and indicator (measurement) residual variances.
1 2 | findIndTotalVar(lambda, totalFactorCov, residualVarTheta, kappa = NULL,
covcov = NULL)
|
lambda |
Factor loading matrix |
totalFactorCov |
Total (model-implied) covariance matrix among factors. |
residualVarTheta |
Indicator (measurement) residual variances. |
kappa |
Regression coefficient matrix from covariates (column) to indicators (rows) |
covcov |
A covariance matrix among covariates |
A vector of indicator total variances.
Sunthud Pornprasertmanit (psunthud@gmail.com)
findIndIntercept to find indicator (measurement) intercepts
findIndMean to find indicator (measurement) total means
findIndResidualVar to find indicator (measurement) residual variances
findFactorIntercept to find factor intercepts
findFactorMean to find factor means
findFactorResidualVar to find factor residual variances
findFactorTotalVar to find factor total variances
findFactorTotalCov to find factor covariances
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.