Learn R Programming

metaSEM (version 1.2.3.1)

osmasem: One-stage meta-analytic structural equation modeling

Description

It fits MASEM with the one-stage MASEM (OSMASEM) approach.

Usage

osmasem(model.name="osmasem", Mmatrix, Tmatrix, data, subset=NULL,
        intervals.type=c("z", "LB"), mxModel.Args=NULL,
        mxRun.Args=NULL, suppressWarnings=TRUE,
        silent=TRUE, run=TRUE, ...)

Arguments

model.name

A string for the model name in mxModel.

Mmatrix

A list of matrices of the model implied correlation matrix created by the create.vechsR.

Tmatrix

A list of matrices of the heterogeneity variance-covariance matrix created by the create.Tau2.

data

A list of data created by the Cor2DataFrame.

subset

A character vector of the observed variables selected for the analysis.

intervals.type

Either z (default if missing) or LB. If it is z, it calculates the 95% confidence intervals (CIs) based on the estimated standard error. If it is LB, it calculates the 95% likelihood-based CIs on the parameter estimates.

mxModel.Args

A list of arguments passed to mxModel.

mxRun.Args

A list of arguments passed to mxRun.

suppressWarnings

Logical. If it is TRUE, warnings are suppressed. This argument is passed to mxRun.

silent

Logical. An argument is passed to mxRun

run

Logical. If FALSE, only return the mx model without running the analysis.

Not used yet.

Value

An object of class osmasem

References

Jak, S., & Cheung, M. W.-L. (2019). Meta-analytic structural equation modeling with moderating effects on SEM parameters. Psychological Methods.

See Also

Cor2DataFrame, create.vechsR, create.Tau2, create.V, Nohe15