We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library(lavaan) structure <- ' # latent variable definitions ind60 =~ x1 + x2 + x3 dem60 =~ y1 + a*y2 + b*y3 + c*y4 dem65 =~ y5 + a*y6 + b*y7 + c*y8 # regressions dem60 ~ ind60 dem65 ~ ind60 + dem60 # residual correlations y1 ~~ y5 y2 ~~ y4 + y6 y3 ~~ y7 y4 ~~ y8 y6 ~~ y8 ' model <- lavaan::sem(structure, data=PoliticalDemocracy) modificationindices(model)
absolute MI threshold? Elbow of the curve (jump in ordered MI values using estimate's derivative)?
The text was updated successfully, but these errors were encountered:
For @Tam-Pham
Sorry, something went wrong.
lavaan
check_model
No branches or pull requests
absolute MI threshold? Elbow of the curve (jump in ordered MI values using estimate's derivative)?
The text was updated successfully, but these errors were encountered: