Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

findIndIntercept

Find indicator intercepts from factor loading matrix, total factor mean, and indicator mean.


Description

Find indicator (measurement) intercepts from a factor loading matrix, total factor mean, and indicator mean.

Usage

findIndIntercept(lambda, factorMean = NULL, indicatorMean = NULL, 
	kappa = NULL, covmean = NULL)

Arguments

lambda

Factor loading matrix

factorMean

Total (model-implied) mean of factors. As a default, all total factor means are 0.

indicatorMean

Total indicator means. As a default, all total indicator means are 0.

kappa

Regression coefficient matrix from covariates (column) to indicators (rows)

covmean

A vector of covariate means.

Value

A vector of indicator (measurement) intercepts.

Author(s)

Sunthud Pornprasertmanit (psunthud@gmail.com)

See Also

Examples

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)

simsem

SIMulated Structural Equation Modeling

v0.5-16
GPL (>= 2)
Authors
Sunthud Pornprasertmanit [aut], Patrick Miller [aut], Alexander Schoemann [aut] (<https://orcid.org/0000-0002-8479-8798>), Terrence D. Jorgensen [aut, cre] (<https://orcid.org/0000-0001-5111-6773>), Corbin Quick [ctb]
Initial release
2021-03-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.