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"), ...)
A "semPlotModel" object.
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
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>
It uses the ramModel()
to do the conversion.
ramModel
,
Becker92
, Becker09
,
Digman97
, Hunter83