> fit1 <- sem(model1, data=yshort)
Error in getDataFull(data = data, group = group, group.label = group.label, : lavaan ERROR: missing observed variables in dataset: sigma1sq delta1 sigma2sq delta2
--
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 http://groups.google.com/group/lavaan.
For more options, visit https://groups.google.com/d/optout.
Thank you Sunthud. Now I am getting the following error.
Error in Model(partable = lavaanParTable, start = lavaanStart, representation = lavaanOptions$representation, :
lavaan ERROR: unknown label(s) in variable definitions: sigma1sq delta1 bstar sigma2sq delta2
In addition: Warning message:
In lavSampleStatsFromData(Data = lavaanData, missing = lavaanOptions$missing, :
lavaan WARNING: sample covariance can not be inverted
The variables sigma1sq, delta1, sigma2sq and delta2 are unknown parameters and want to estimate them. Is there already a script/tutorial on how lavaan can fit non-standard variance structures? Thank you.
Thank for your reply. These error variances depend on the bstar.
We proposed this model to deal with heteroscedastic error variances. We can develop this model using R. But if we can do this using lavann, more people can use our approach.