I run CFA (confirmatory factor analysis) with WLSMV estimator (since my data are ordinal) in lavaan
and I get the following warning message:
number of observations (190) too small to compute Gamma
Is this a problem with Gamma only and the rest is computed correctly? Can I proceed with results obtained with this warning? E.g. interpret estimates, p-values and fit indices in usual way?
Or maybe this affects somehow (how?) credibility of a whole CFA?
Can I proceed with results obtained with this warning?
I am also working on CFA with ordinal variables from a scale of 0-3. I faced the same problem as Łukasz Deryło because my sample size is 199
--
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 post to this group, send email to lav...@googlegroups.com.
Visit this group at https://groups.google.com/group/lavaan.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/c22f2ce3-b977-4127-9d82-7b6c31c4087b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 post to this group, send email to lav...@googlegroups.com.
Visit this group at https://groups.google.com/group/lavaan.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/b2536d49-1c11-4638-9fef-c9eac9a41eed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
what difference does "ordered" command do in the analysis
my fit indices were quite different when I used it as
--
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 post to this group, send email to lav...@googlegroups.com.
Visit this group at https://groups.google.com/group/lavaan.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/8d30a9db-3181-4ec9-9de3-82255cc56317%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks a lot Dr. Terrence. That really helps in clarifying my doubts.
On Tue, Jun 25, 2019 at 11:32 AM Terrence Jorgensen <tjorge...@gmail.com> wrote:
--what difference does "ordered" command do in the analysisWithout it, lavaan will treat the numeric values as though the numbers are meaningful when placed on a number line (i.e., interval-level data). Declaring outcomes as "ordered" means the numbers are treated as ordinal categories, so lavaan assumes there is a normally distributed latent item-response underlying each ordered indicator, and that your model is hypothesizing relationships among those latent item-responses.Here is a great teaching article about how to interpret SEMs with categorical outcomes, although it is about growth factors rather than common factors.my fit indices were quite different when I used it asYes, that is expected. Your are modeling different data.Terrence D. JorgensenAssistant Professor, Methods and StatisticsResearch Institute for Child Development and Education, the University of Amsterdam
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 lav...@googlegroups.com.
To post to this group, send email to lav...@googlegroups.com.
Visit this group at https://groups.google.com/group/lavaan.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/8d30a9db-3181-4ec9-9de3-82255cc56317%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.