Displaying 2 results from an estimated 2 matches for "phi_ad".
Did you mean:
phi_af
2007 Apr 09
3
sem vs. LISREL: sem fails
...A
f2 <-> f2, theta_f2, NA
f3 <-> f3, theta_f3, NA
ANXIETY <-> ANXIETY, phi_AA, NA
DEPRESS <-> DEPRESS, phi_DD, NA
FEAR <-> FEAR, phi_FF, NA
ANXIETY <-> FEAR, phi_AF, NA
ANXIETY <-> DEPRESS, phi_AD, NA
DEPRESS <-> FEAR, phi_DF, NA
! Running the estimation using sem:
sem.anxiety<-sem(model, COVAR, N=150)
Thank you very much for your advice!
Dimitri
____________________________________________________________________________________
[[alternative HTML version delet...
2007 Apr 11
1
creating a path diagram in sem
...ta_d2, NA
d3 <-> d3, theta_d3, NA
f1 <-> f1, theta_f1, NA
f2 <-> f2, theta_f2, NA
f3 <-> f3, theta_f3, NA
ANXIETY <-> ANXIETY, phi_AA, NA
DEPRESS <-> DEPRESS, phi_DD, NA
FEAR <-> FEAR, phi_FF, NA
ANXIETY <-> FEAR, phi_AF, NA
ANXIETY <-> DEPRESS, phi_AD, NA
DEPRESS <-> FEAR, phi_DF, NA
# Running the estimation using sem:
sem.anxiety1<-sem(model1, COVAR, N=150, par.size="startvalues")
# Looking at the results:
summary(sem.anxiety1)
# Calling modification indices:
mod.indices(sem.anxiety1)
summary(mod.indices(sem.anxiety1))
#...