Displaying 1 result from an estimated 1 matches for "gam31".
Did you mean:
gam1
2004 Jan 29
1
Confirmatory Factor Analysis in R? SEM?
...-0
model.dhp<-matrix (c(
"x1 -> HWK", "gam11", NA,
"x2 -> HWK", "gam21", NA,
"x2 -> FI", "gam22", NA,
"x3 -> HWK", "gam31", NA,
"x3 -> F1", "gam32", NA,
"x4 -> F1", "gam42", NA),
ncol = 3, byrow = TRUE)
These are the Factor loadings i'd like to test for:
variable HWK FI
x1 0.75...