Hi,
I’m hoping someone might be able to help me with the following 3 factor bifactor model. I’m conducting a review of multiple models of the 14-item Hospital anxiety depression scale, with a sample size of 347 participants.
It looks like it could be a Heywood case as I received the error message about negative lv variances. I’ve attached the output.
As I’m just reviewing the models, my question is, if this is not a good model and can’t be used as it is, what is the best way to describe what has happened with the model here? Alternatively, are there any modifications that could be made to the model to make it work?
Many thanks.
Here is the code:
Norton3 <-'anxiety=~HADS_woundup_1+HADS_happen_3+HADS_mind_5+HADS_stomach_9+HADS_panic_13
depression=~HADS_enjoy_2+HADS_things_4+HADS_cheerful_6+HADS_down_8+HADS_appearance_10+HADS_lookfward_12
restlessness=~HADS_relaxed_7+HADS_move_11+HADS_prog_14
g =~ HADS_woundup_1+HADS_happen_3+HADS_mind_5+HADS_relaxed_7+HADS_stomach_9+HADS_move_11+HADS_panic_13 +
HADS_enjoy_2+HADS_things_4+HADS_cheerful_6+HADS_down_8+HADS_appearance_10+HADS_lookfward_12+HADS_prog_14'
fit<-cfa(Norton3,data=HADS_Nicole1,orthogonal=TRUE,ordered=c("HADS_woundup_1", "HADS_enjoy_2", "HADS_happen_3", "HADS_things_4",
"HADS_mind_5", "HADS_cheerful_6", "HADS_relaxed_7", "HADS_down_8",
"HADS_stomach_9", "HADS_appearance_10", "HADS_move_11", "HADS_lookfward_12",
"HADS_panic_13", "HADS_prog_14"))
summary(fit,fit.measures=TRUE,standardized=TRUE,rsquare=TRUE,modindices=TRUE)
##########################################################################################
--
You received this message because you are subscribed to the Google Groups "lavaan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/e6acf2ee-7981-4f41-b72e-0c583b951a47n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/774a470a-ea55-4110-b169-9c542757246bn%40googlegroups.com.