One-stage meta-analytic structural equation modeling
It fits MASEM with the one-stage MASEM (OSMASEM) approach.
osmasem(model.name="osmasem", RAM=NULL, Mmatrix=NULL, Tmatrix=NULL, Jmatrix=NULL, Ax=NULL, Sx=NULL, RE.type=c("Diag", "Symm"), data, subset.variables=NULL, subset.rows=NULL, intervals.type = c("z", "LB"), mxModel.Args=NULL, mxRun.Args=NULL, suppressWarnings=TRUE, silent=TRUE, run=TRUE, ...)
model.name |
A string for the model name in |
RAM |
A RAM object including a list of matrices of the model
returned from |
Mmatrix |
A list of matrices of the model implied correlation
matrix created by the |
Tmatrix |
A list of matrices of the heterogeneity
variance-covariance matrix created by the |
Jmatrix |
The Jacobian matrix of the mean structure in mxMatrix. The covariance structure is Jmatrix %&% Tau2 + Vi. If it is not givin, an identity matrix will be used. |
Ax |
A Amatrix of a list of Amatrix with definition variables as
the moderators of the Amatrix. It is used to create the |
Sx |
A Smatrix of a list of Smatrix with definition variables as
the moderators of the Smatrix. It is used to create the |
RE.type |
Type of the random effects. |
data |
A list of data created by the |
subset.variables |
A character vector of the observed variables selected for the analysis. |
subset.rows |
A logical vector of the same length as the number of rows in the data to select which rows are used in the analysis. |
intervals.type |
Either |
mxModel.Args |
A list of arguments passed to |
mxRun.Args |
A list of arguments passed to |
suppressWarnings |
Logical. If it is |
silent |
Logical. An argument is passed to |
run |
Logical. If |
... |
Not used yet. |
An object of class osmasem
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>
Jak, S., & Cheung, M. W.-L. (2020). Meta-analytic structural equation modeling with moderating effects on SEM parameters. Psychological Methods, 25 (4), 430-455. https://doi.org/10.1037/met0000245
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.