StructuralEquationModels.jl icon indicating copy to clipboard operation
StructuralEquationModels.jl copied to clipboard

Add a warning when meanstructure=false and means are specified?

Open brandmaier opened this issue 5 months ago • 1 comments

Currently, if I do

model = Sem(
           specification = partable,
           data          = data,
           meanstructure = false
       )

and the partable has a mean structure specified, this is just fine. I wonder whether this should deserve a warning message? Let's discuss.

brandmaier avatar Sep 18 '25 09:09 brandmaier

Yes thats true, I will have to think about how to implement this warning.

Related: FIML needs a meanstructure, so I think we should warn if users don't specify one.

Maximilian-Stefan-Ernst avatar Sep 20 '25 08:09 Maximilian-Stefan-Ernst