On 12/16/22 14:36, Sara Esposito wrote:
> suggest using the full information likelihood method with /probit/ or
> /logit/ links instead./
Unfortunately, that is not available in lavaan.
> 2) If these are not available in Lavaan, could you please suggest me
> what other available options I could use for my data (5-point Likert
> scale + missing values).
For categorical data, the only alternative is missing = "pairwise",
which is far from perfect, but is better than nothing if you loose a lot
of data otherwise.
> Here is how missing data were handled using the default estimator (ML):
It would seem that the 'loss' of observations is minimal, so just using
listwise deletion may be ok (unless those cases with missing values are
somehow special).
If you 'pretend' the data is (semi-)continuous, you can use estimator =
"MLR" in combination with missing = "ml".
Yves.