--
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.
For more options, visit https://groups.google.com/d/optout.
there is no MIMIC example in the document.
on page 18 this is an example of SEM with lavaan. Since MIMIC is a variant of the SEM models I was trying to understand how it works under Lavaan.
De : Jeremy Miles
Envoyé le :lundi 6 août 2018 14:18
À : lavaan
Objet :Re: MIMIC model
On Mon, 6 Aug 2018 at 03:17, <kih...@gmail.com> wrote:
the example in this document (page 18)
I don't see a mimic model on page 18. Did my previous answer help?
--
in the framework of MIMIC how to specify residual covariances in the code?
De : kih...@gmail.com
Envoyé le :lundi 6 août 2018 10:17
À : lavaan
Objet :Re: MIMIC model
the example in this document (page 18)
in the framework of MIMIC how to specify residual covariances in the code?
Since MIMIC is a variant of the SEM models I was trying to understand how it works under Lavaan
HS.model <- ' visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9
visual + textual + speed ~ ageyr + sex
'
fit <- cfa(HS.model, data=HolzingerSwineford1939)
summary(fit, fit.measures=TRUE)
lavInspect(fit, "est")
what to do when we have negative variances?
thanks in advance
De : Terrence Jorgensen
Envoyé le :mercredi 8 août 2018 10:43
À : lavaan
Objet :Re: MIMIC model
in the framework of MIMIC how to specify residual covariances in the code?
--
what to do when we have negative variances?