powered by
Find indicator (measurement) intercepts from a factor loading matrix, total factor mean, and indicator mean.
findIndIntercept(lambda, factorMean = NULL, indicatorMean = NULL, kappa = NULL, covmean = NULL)
A vector of indicator (measurement) intercepts.
Factor loading matrix
Total (model-implied) mean of factors. As a default, all total factor means are 0.
Total indicator means. As a default, all total indicator means are 0.
Regression coefficient matrix from covariates (column) to indicators (rows)
A vector of covariate means.
Sunthud Pornprasertmanit (psunthud@gmail.com)
findIndMean to find indicator (measurement) total means
findIndMean
findIndResidualVar to find indicator (measurement) residual variances
findIndResidualVar
findIndTotalVar to find indicator (measurement) total variances
findIndTotalVar
findFactorIntercept to find factor intercepts
findFactorIntercept
findFactorMean to find factor means
findFactorMean
findFactorResidualVar to find factor residual variances
findFactorResidualVar
findFactorTotalVar to find factor total variances
findFactorTotalVar
findFactorTotalCov to find factor covariances
findFactorTotalCov
loading <- matrix(0, 6, 2) loading[1:3, 1] <- c(0.6, 0.7, 0.8) loading[4:6, 2] <- c(0.6, 0.7, 0.8) facMean <- c(0.5, 0.2) indMean <- rep(1, 6) findIndIntercept(loading, facMean, indMean)
Run the code above in your browser using DataLab