Third Party Software

Posted on
Picture of user. grafvale Joined: 08/22/2016

Overlap of input matrices (missing variables)

Forums

Hello,

I am Valerie, 25 years old and absolutely fascinated by applying Metasem respectively TSSEM by using metaSEM. When I was doing my first analysis, I came across a problem concerning the input data respectively the input correlation matrices and did not find an solution so far:

Let's say, I have two studies, which are dedicated to the same topic, but slightly differ in their observed variables, what is also reflected in their correlation matrices.
1) Study1 shows a correlation matrix with the variables x1,x2,x3
2) Study2 shows a corrleation matrix with the variables x1,x2,x4

Posted on
Picture of user. Juanda Joined: 05/18/2016

Output interpretation

Forums

Dear Mike,

I fitted a saturated path model over 3 exogenous variables (MO, EO, LO), 1 mediator (INN) and 1 response variable (PERF), but the results are contradictory.

I want to determine the nature of the mediation role of INN (full mediation or partial mediation).

The analysis through direct effects are no consistent with the indirect effects.

I attach the dataset and the commands in R.

Is the model well specified? How can I interpret this output?

Posted on
No user picture. Arin A Joined: 07/04/2016

Parameter Based MetaSEM

Forums

Hello all,

I am trying to conduct a parameter based MetaSEM. My model includes several mediators which are in parallel, and one mediator in series with the others (Attached is the figure summarising the model).

I have tried to run the code, however, R is giving me the following error message:
Error in (function (x, n, standardized = TRUE, direct.effect = TRUE, run = TRUE) : length of 'dimnames' [1] not equal to array extent
Error: object 'indirect1' not found

I have attached the code I am currently using.

Posted on
No user picture. nastjuscha Joined: 06/28/2016

Missing values error without missings in the data?

Forums

Dear Mike,

I'm afraid I have to ask you for help again.
I receive a following new error warning every time I try to run an FEM regardless of the constellation of variables from my dataset:
> summary(fixed1)
Error in if (pchisq(chi.squared, df = df, ncp = 0) >= upper) { :
missing value where TRUE/FALSE needed
Even if I try to run it only with first three variables (there are 146 full matrices without any missings) I have the same problem.
I appreciate any idea you can provide.

Regards,
Nastja

Posted on
No user picture. Arin A Joined: 07/04/2016

CI of indirect effects

Forums

Dear all,

Being very new to MetaSEM as well as R, please accept my apology for such simple question.

Mike kindly corrected my code to conduct a correlation based MetaSEM.

I just wanted to be sure that the coefficients are the standardised coefficients. Also, I was wondering whether it is possible to get the CI of the indirect effects, to know whether these effects are significant or not.
I attached the code and the results.

Thank you in advance,
Regards,
Arin

Posted on
Picture of user. Juanda Joined: 05/18/2016

x is not positive definite! Help

Forums

Dear Mike,

I'm a beginner in R and metaSEM. I'm performing a meta-analytic path model with 3 predictor variables, 1 mediator and 1 dependent variable (5 variables in total and 158 primary studies) as you can see in the figure.

I run the fix effects in the full dataset (158) but it is not possible because the missing values, but neither is possible to run the random effects (1stage).

Posted on
Picture of user. jasperd Joined: 06/28/2016

Using standard error in meta() and meta3()

Forums

Hi Mike and others,

I've been running some three-level meta-analyses using meta3() with standard error as input instead of variance. However, the description of meta() and meta3() only mention the use of variance as input. Although I am aware it is easy to convert standard error to variance I was wondering whether it is ok to use standard error with meta() and meta3().

Thanks for the help all.

Best,
Jasper

Posted on
No user picture. tpha Joined: 03/11/2016

Suggestion: clones inherit parental model customization

Forums

Hi,
I am a beginner to both SEM and Onyx..., but see both as highly useful for my research field, plant ecology.

Playing around with a model including many variables, i find that i have to reapply model customization over and again when i compare models with the clone and drag-compare method.

Would it be possible to let clones inherit the customization of the parent ? (path style, show/hide variances etc.)

Many greetings and thanks for a wonderful software !

Thure

Posted on
No user picture. Rutger Joined: 03/30/2016
Posted on
Picture of user. k.corker Joined: 10/05/2015

Nested models

Forums

A fixed effect model is a more restricted version of a random effects model, when meta-analyzing correlations using tssem1(), correct? Is there a way to do a nested model test? I know the degrees of freedom for the difference test would be the number of random effects estimated. I'm tripped up because the fixed effect model gives many fit stats, whereas the random effects model only gives a -2 log likelihood.

Thank you!