I am trying to plot a path diagram of a Structural Equation Model(SEM) in R. I was able to plot it using semPlot::semPaths(). The output is similar to The SEM
Usingsummary(fit.measures = TRUE) I am able to access extensive information about the fit of models stored in lavaan model objects. In this output (exemplified
I want to conduct CFA with survey design weight in R. An easy option seems to be using lavaan.survey package. However, from lavaan object created by lavaan.sur