Displaying 3 results from an estimated 3 matches for "phi_ff".
2007 Apr 11
2
sem is not "taking" the model
..., NA
n2 <-> n2, theta_n2, NA
n3 <-> n3, theta_n3, NA
n4 <-> n4, theta_n4, NA
f1 <-> f1, theta_f1, NA
f2 <-> f2, theta_f2, NA
f3 <-> f3, theta_f3, NA
t1 <-> t1, NA, 0.414
NECESSITY <-> NECESSITY, phi_NN, NA
FRUGALITY <-> FRUGALITY, phi_FF, NA
TIME <-> TIME, phi_TT, NA
NECESSITY <-> TIME, phi_NT, NA
NECESSITY <-> FRUGALITY, phi_NF, NA
FRUGALITY <-> TIME, phi_FT, NA
____________________________________________________________________________________
Finding fabulous fares is fun.
2007 Apr 11
1
creating a path diagram in sem
...-> a3, theta_a3, NA
d1 <-> 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...
2007 Apr 09
3
sem vs. LISREL: sem fails
...<-> 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.anxiety<-sem(model, COVAR, N=150)
Thank you very much for your advice!
Dimitri
___________________________________...