Open dsryu0822 opened 2 months ago
Hi! Thanks for the feedback. Yes, StructuralEquationModels.p_value
is for the whole model. I think it would be a nice idea to add this to the documentation. Until I find time to do that, I would leave your issue open as a feature request.
Hi, I'm new to SEM and strugled in the model inspection as a statistician. From A first model, I want check some statistics, at least p-value. Of course I can calculate p-value with
se_hessian
manually, but I had to waste few ours to find p-values of each estimates natively(StructuralEquationModels.p_value
is $\chi^{2}$-statistic so only for whole model, right?).Example
Please compare results with the lavaan tutorial.
Code
Enviroment