metaSEM

Posted on
No user picture. Bln222. Joined: 08/27/2018

is it possible to allow moderators to vary at study level with meta3?

Forums

Dear all,

I'm performing a three-level meta-analysis, and I have three dummy variables (X1, X2 and X3) that refer to moderator effects. I wonder whether I can allow these moderator variables to vary across studies, and what would be the code in case this option was possible?

My code looks like this now:

h<-summary(meta3(y=d, v=s2e_g, x=cbind(X1, X2, X3), intercept.constraints=0, cluster=study, data=mydf))

Posted on
No user picture. Frank Lin Joined: 12/27/2018

Mediation Effect with inclusion of LatentVariable.

Forums

Dear Mike and colleagues,
I am trying to test the association between social effectiveness and consumer's impulsive buying tendency(IBT), which is also hypothesised as being mediated by hedonic shopping values. The social effectiveness is latent variable that is manifested by the bif five personalities. The data set and the R script are attaced. The label names for these variables are A,C,ES,E,O,IBT,SE(hedonic shopping values),g(the latent variable).

Posted on
No user picture. TDJ Joined: 12/01/2018

Partial Correlations in TSSEM

Forums

Dear users of metaSEM,

I was wondering if someone could help me out with calculating partial correlations in stage 1 of TSSEM in the metaSEM package.

Here is the description:
Let’s say we have 3 variables (A, B, C) in our path model. A is the IV, B is the mediator, and C is the DV. When I run TSSEM stage 1, it will result in pooling a matrix of pairwise correlations. So far so good, no problem here.

Posted on
No user picture. Marius2905 Joined: 12/03/2018

Problem with the new OSMASEM-Function

Forums

Dear Mike & colleagues,

I'm currently sitting at a moderator analysis with the new OSMASEM approach (continuous moderators in MASEM - yeah!).

Posted on
No user picture. Bln222. Joined: 08/27/2018

Is it possible to impose constrains in TSSEM2?

Forums

Dear all,

I'm performing a meta-analysis (data, code, an picture of the desired model attached) using TSSEM.

At the second stage, I would like to test whether the effect a1 is equal to b1, whether a2=b2, and whether a3=b3. Is there any way of constraining these parameters in stage 2? If so, what is the code to do that?

Thank you very much in advance for your help!!

Kind Regards,

Belen

Posted on
Picture of user. jing niu Joined: 10/10/2018

Small I square in TSSEM1

Forums

Dear Mike,

Thanks a lot for the kind help all the time.

Posted on
Picture of user. jing niu Joined: 10/10/2018

error message on TSSEM1-not positive definition

Forums

Dear Mike,

My name is Jing Niu and I am working on a metaSEM research.When I apply the tssem1 function on my dataset, I got the error message saying:
> stage1fixed <- tssem1(Cov=my.vec, n=samplesize, method="FEM")

Error: The observed covariance matrix is not a positive-definite matrix:
1 or more elements of eigen(covMatrix)$values <= 0
In addition: Warning message:
In tssem1FEM(Cov = Cov, n = n, cor.analysis = cor.analysis, model.name = model.name,

Posted on
No user picture. Buil Joined: 10/07/2018

Error message on TSSEM1

Forums

Dear Mike,
My name is B.I.Chung. I am writing a paper by MASEM analysis by using TSSEM procedure guided in your paper "Meta-analytic structural equation modeling". I sincerely appreciate all your explanation on the procedure of TSSEM in detail.
I prepared a correlation data for TSSEM from my previous meta-analysis and at the stage1 of Random-effects model, I am in trouble with below error message:

Posted on
No user picture. hamedsaremi Joined: 11/27/2016

Goodness of Fit indices & intervals.type="z" vs. "LB"

Forums

Hi Mike;

I have three questions regarding TSSEM for testing a fully mediated structural model. I will appreciate your advice.

Posted on
No user picture. myng Joined: 03/21/2017

Error in running fixed effect TSSEM1 with clusters

Forums

Dear Mike and others,

I would like to conduct a fixed effect MASEM with clusters and I am stuck when I try to run TSSEM1. At first I tried to use a cluster variable that I labeled, and then I tried to use the cluster variable without labels (just "0" and "1" codes). I got different error messages each time.