I am doing an SEM analysis in R using lavaan
. My analysis is complete, but I am not satisfied with the diagrams of the measurement model and structural model provided by semPlot
and lavaanPlot
. In lavaanPlot
, the path arrows are curly, giving a hand-drawn impression, in semPlot
, the variables and paths are a bit cluttered.
Is it possible to mimic diagrams produced by AMOS in R (not necessarily the colours etc. But at least the overall structure)? I tried using semPlotModel_AMOS(model.fit)
(here model.fit
is the object I got by fitting my SEM model to data).
But it throws an error,
Error in file.info(object) : invalid filename argument
In addition: Warning message:
In semPlotModel_Amos(model3.fit) :
(Residual) variances of Amos model is not yet supported