Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 14 found.
[1] < 1 2 > [2]  Sort:

ramModel (Package: semPlot) :

This function creates a 'semPlotModel' object using matrices of the RAM model (McArdle & McDonald, 1984).
● Data Source: CranContrib
● Keywords:
● Alias: ramModel
● 0 images

modelMatrices (Package: semPlot) :

Create a "semMatriModel" object. Use semMatrixAlgebra to extract or compute with these models. The structure of "semMatriModel" objects is chosen such that they can be used to create a semPlotModel-class object using do.call in combination with ramModel, lisrelModel or mplusModel (not yet implemented). See details.
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: modelMatrices
● 0 images

lisrelModel (Package: semPlot) :

This function creates a 'semPlotModel' object using matrices of the extended LISREL model (Joreskog & Sorbom, 1996). This function has two main purposes. First, it can be used to easilly create path diagrams of arbitrary SEM models without having to run an actual analysis. And second, it is specifically designed to work with the output of the 'lisrelToR' package (using do.call(lisrelModel,output$matrices)). Using semPaths or semPlotModel on the file path of a LISREL output file will automatically first run readLisrel and then this function.
● Data Source: CranContrib
● Keywords:
● Alias: lisrelModel
● 0 images

semSyntax (Package: semPlot) :

This function produces a model object or model syntax for SEM software based on a semPlotModel-class object. If the input is not a "semPlotModel" object the semPlotModel function is run on the input. This allows to create model syntax for one program based on the output of another program.
● Data Source: CranContrib
● Keywords:
● Alias: semSyntax
● 0 images

semPlotModel-class (Package: semPlot) : Class code{"semPlotModel"

Representation of SEM models, can be used by semPaths, semCors and semSyntax. See semPlotModel-edit for utility functions on how to edit this model.
● Data Source: CranContrib
● Keywords: classes
● Alias: semPlotModel-class
● 0 images

semPlotModel-edit (Package: semPlot) :

These functions can be used to easilly call and edit parts of a semPlotModel-class object. Currently only manifest/latent and endgenous/exogenous node properties can be set.
● Data Source: CranContrib
● Keywords:
● Alias: endo, endo<-, exo, exo<-, lat, lat<-, man, man<-, semPlotModel-edit
● 0 images

semPlotModel (Package: semPlot) :

Methods to read a SEM object and return a semPlotModel-class object.
● Data Source: CranContrib
● Keywords:
● Alias: semPlotModel, semPlotModel.default, semPlotModel.factanal, semPlotModel.lm, semPlotModel.loadings, semPlotModel.principal, semPlotModel.princomp
● 0 images

semPlot-tricks (Package: semPlot) :

Use a list contaning several SEM objects (from any source) to plot them as the same model. Also, the '+' operator can be used to combine two models, including in calls in semPaths and semPlotModel. See examples.
● Data Source: CranContrib
● Keywords:
● Alias: +.semPlotModel, semPlotModel.list
● 0 images

semPaths (Package: semPlot) :

This function creates a path diagram of a SEM model (or general linear model), which is then plotted using qgraph. Currently many different SEM programs and packages are supported. Please see my website (www.sachaepskamp.com) for more details on which packages are supported and what is supported for each package.
● Data Source: CranContrib
● Keywords:
● Alias: semPaths
● 0 images

Imin (Package: semPlot) :

This function can be used to more easilly compute I - X or (I - X)^(-1), which are common in SEM models.
● Data Source: CranContrib
● Keywords:
● Alias: Imin
● 0 images