search for: phi_af

Displaying 2 results from an estimated 2 matches for "phi_af".

Did you mean: phi_ad
2007 Apr 09
3
sem vs. LISREL: sem fails
...<-> 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.anxiety<-sem(model, COVAR, N=150) Thank you very much for your advice! Dimitri ________________________________________________________________________________...
2007 Apr 11
1
creating a path diagram in sem
...d1, theta_d1, NA d2 <-> d2, theta_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)...