semPlot (version 1.1.6)

semPlotModel: SEM model representation

Description

Methods to read a SEM object and return a semPlotModel-class object.

Usage

# S3 method for default
semPlotModel(object, ...)
# S3 method for lm
semPlotModel(object, ...)
# S3 method for principal
semPlotModel(object, ...)
# S3 method for princomp
semPlotModel(object, ...)
# S3 method for loadings
semPlotModel(object, ...)
# S3 method for factanal
semPlotModel(object, ...)

# S3 method for lisrel
semPlotModel(object, ...)

# S3 method for mplus.model
semPlotModel(object, mplusStd = c("std", "stdy", "stdyx"), ...)
# S3 method for sem
semPlotModel(object, ...)
# S3 method for msem
semPlotModel(object, ...)
# S3 method for msemObjectiveML
semPlotModel(object, ...)
semPlotModel_Amos(object)
semPlotModel_Onyx(object)
semPlotModel_lavaanModel(object, ...)

Value

A "semPlotModel" object. See link{semPlotModel-class}

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.

Author

Sacha Epskamp <mail@sachaepskamp.com>

Details

A detailed overview of which packages are supported and what is supported for each of them will soon be on my website.

See Also

semPaths semCors semPlotModel-class