Displaying 2 results from an estimated 2 matches for "lam_anx_2".
Did you mean:
lam_anx_3
2007 Apr 09
3
sem vs. LISREL: sem fails
...variable names
rownames(COVAR)<-colnames(COVAR)<-c('a1','a2','a3','d1','d2','d3','f1','f2','f3')
! Specifying the measurement model to estimate:
model<-specify.model()
ANXIETY -> a1, NA, 1
ANXIETY -> a2, lam_anx_2, NA
ANXIETY -> a3, lam_anx_3, NA
DEPRESS -> d1, NA, 1
DEPRESS -> d2, lam_dep_2, NA
DEPRESS -> d3, lam_dep_3, NA
FEAR -> f1, NA, 1
FEAR -> f2, lam_fear_2, NA
FEAR -> f3, lam_fear_3, NA
a1 <-> a1, theta_a1,...
2007 Apr 11
1
creating a path diagram in sem
...M
# Providing variable names
rownames(COVAR)<-colnames(COVAR)<-c('a1','a2','a3','d1','d2','d3','f1','f2','f3')
# Specifying the measurement model 1
model1 <- specify.model()
ANXIETY -> a1, NA, 1
ANXIETY -> a2, lam_anx_2, NA
ANXIETY -> a3, lam_anx_3, NA
DEPRESS -> d1, NA, 1
DEPRESS -> d2, lam_dep_2, NA
DEPRESS -> d3, lam_dep_3, NA
FEAR -> f1, NA, 1
FEAR -> f2, lam_fear_2, NA
FEAR -> f3, lam_fear_3, NA
a1 <-> a1, theta_a1, NA
a2 <-> a2, theta_a2, NA
a3 <-> a3, theta_a3, NA
d1...