Closed yrosseel closed 2 years ago
A small thing: in measEq.R, could you replace lavInspect(lavTemplate, "options")$categorical by lavInspect(lavTemplate, "categorical")? (I will eventually remove $categorical from the options list, as it is not an option, but a model feature)
lavInspect(lavTemplate, "options")$categorical
lavInspect(lavTemplate, "categorical")
A small thing: in measEq.R, could you replace
lavInspect(lavTemplate, "options")$categorical
bylavInspect(lavTemplate, "categorical")
? (I will eventually remove $categorical from the options list, as it is not an option, but a model feature)