metaSEM objects into semPlotModel objects for plottingIt converts objects in class wls into objects of class semPlotModel.
meta2semPlot(object, manNames = NULL, latNames = NULL, labels = c("labels", "RAM"), ...)An object of class wls returned from wls()
or tssem2().
A character vector of the manifest names. The program
will try to get it from the object if it is not given.
A character vector of the latent names. The program will create it by using "L1", "L2", etc if it is not given.
Either labels (default if missing) or
RAM. If labels, the labels of the parameters are used
in plotting. If RAM, the RAM notations are used in plotting.
Further arguments to be passed to ramModel
A "semPlotModel" object.
It uses the ramModel() to do the conversion.