semPlotModel | R Documentation |
Methods to read a SEM object and return a semPlotModel-class
object.
## 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, ...)
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. |
A detailed overview of which packages are supported and what is supported for each of them will soon be on my website.
A "semPlotModel"
object. See link{semPlotModel-class}
Sacha Epskamp <mail@sachaepskamp.com>
semPaths
semCors
semPlotModel-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.