StructuralEquationModels.jl
StructuralEquationModels.jl copied to clipboard
A fast and flexible Structural Equation Modelling Framework
I have a question regarding the degrees of freedom for fixed **and** labeled loadings. If a loading is labeled **and** fixed, the degrees of freedom are not updated compared to...
Hi, I'm new to SEM and strugled in the model inspection as a statistician. From [A first model](https://structuralequationmodels.github.io/StructuralEquationModels.jl/stable/tutorials/first_model/#A-first-model), I want check some statistics, at least p-value. Of course I can...
Bumps [julia-actions/julia-format](https://github.com/julia-actions/julia-format) from 3 to 4. Release notes Sourced from julia-actions/julia-format's releases. v4.0.0 What's Changed Set julia-actions/cache to v2 in action by @JoshuaLampert in julia-actions/julia-format#33 New Contributors @JoshuaLampert made their...
These are rather trivial commits cherry-picked from #193 that don't change anything essential, but once they are in, it should be easier to manage the rest. The changes are: *...
- update concept figure - update parts table with `SemOptimizerProximal`. - docstring of `update_partable!` has wrong argument order
Atm, specifying an acyclic model but no uper/lower triangular A Matrix says: "Your model is acyclic, specifying the A Matrix as either Upper or Lower Triangular can have great performance...
That is probably the topic for a separate issue, but I think the main ctors for `SemSpecification`, `SemObserved` and `Sem` that do all of the actual construction work should get...
To avoid clutter, we should allow for `update_partable!(partable, :colname, params(fit) .=> col);` Also, the docstring for update_partable! has to be updated