Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

semPlotModel

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


semPlot

Path Diagrams and Visual Analysis of Various SEM Packages' Output

v1.1.2
GPL-2
Authors
Sacha Epskamp [aut, cre], Simon Stuber [ctb], Jason Nak [ctb], Myrthe Veenman [ctb], Terrence D. Jorgensen [ctb] (<https://orcid.org/0000-0001-5111-6773>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.