sfcheung/semptools

Models with intercepts are not yet supported

sfcheung opened this issue · 0 comments

Note

  • A model with intercepts will have nodes not covered. Most semptools functions will return an error.
  • A model fitted by fiml in lavaan will have a mean structure, resulting in intercepts.
  • A workaround is setting intercepts = FALSE when using semPaths. All semptools functions should then work.

To-Do

  • Check which functions do not work with a model with intercepts.
  • Add a check to each of them.