semPlotModel {semPlot} | R Documentation |
SEM model representation
Description
Methods to read a SEM object and return a semPlotModel-class
object.
Usage
## Default S3 method:
semPlotModel(object, ...)
## S3 method for class 'lm'
semPlotModel(object, ...)
## S3 method for class 'principal'
semPlotModel(object, ...)
## S3 method for class 'princomp'
semPlotModel(object, ...)
## S3 method for class 'loadings'
semPlotModel(object, ...)
## S3 method for class 'factanal'
semPlotModel(object, ...)
## S3 method for class 'lisrel'
semPlotModel(object, ...)
## S3 method for class 'mplus.model'
semPlotModel(object, mplusStd = c("std", "stdy", "stdyx"), ...)
## S3 method for class 'sem'
semPlotModel(object, ...)
## S3 method for class 'msem'
semPlotModel(object, ...)
## S3 method for class 'msemObjectiveML'
semPlotModel(object, ...)
semPlotModel_Amos(object)
semPlotModel_Onyx(object)
semPlotModel_lavaanModel(object, ...)
Arguments
object |
An object contaning the result of a SEM or GLM analysis, or a string contaning the file path to the output file of a SEM program. Or a Lavaan model. |
mplusStd |
What standardization to use in Mplus models? |
model |
The original sem model (used in cvregsem) |
... |
Arguments sent to 'lisrelModel', not used in other methods. |
Details
A detailed overview of which packages are supported and what is supported for each of them will soon be on my website.
Value
A "semPlotModel"
object. See link{semPlotModel-class}
Author(s)
Sacha Epskamp <mail@sachaepskamp.com>
See Also
semPaths
semCors
semPlotModel-class
[Package semPlot version 1.1.6 Index]