Models with intercepts are not yet supported
sfcheung opened this issue · 0 comments
sfcheung commented
Note
- A model with intercepts will have nodes not covered. Most
semptools
functions will return an error. - A model fitted by
fiml
inlavaan
will have a mean structure, resulting in intercepts. - A workaround is setting
intercepts = FALSE
when usingsemPaths
. Allsemptools
functions should then work.
To-Do
- Check which functions do not work with a model with intercepts.
- Add a check to each of them.