Third Party Software

Posted on
No user picture. Daniel88 Joined: 01/21/2015

Different results with tssem2 and wls function

Forums

Dear all,

I read in previous forum that it was possible to apply tssem2 over a given pooled correlation matrix with the function wls(), as it is a wrapper of tssem2.

I have found some inconsistent results when using wls() fuction, so I tried to take the pooled correlation matrix obtained by applying a random effect model with the function tssem1, and then analyze it with wls function to check it those results are the same to those obtained by applying tssem2 directly. With those two procedures I obtained differente results, even though they are suppose to be same.

Posted on
No user picture. hbreitsohl Joined: 01/16/2015

Degrees of freedom in Onyx

Forums

Hi there!

I'm exploring Onyx with great interest as a possible recommendation to my students (instead of AMOS).
In order to familiarize myself with Onxy, I am comparing the results of the Tutorial CFA example with those from AMOS and Mplus. The results in AMOS and Mplus are very similar to each other. Results in Onyx are similar for parameter estimates, but very different for model fit.

It appears that Onyx is calculating the degrees of freedom differently.

Posted on
No user picture. Bfcastilla Joined: 09/11/2014

Stage 1: cluster

Forums

Dear Mike,

I am sorry for bothering you again...but I have another question!

In the document attached (DATOS1.dat) I have six matrices. I did a cluster analysis in order to find some moderators (commands are attached in Fixed-cluster.R), dividing the data in two blocks : the first and second matrices are in one block, and the other four matrices in another. When I execute the first stage, it turned out that the second block (the fourth last matrices) are homogeneous (Chi-square=28.9735, df=26, p=.3123). Until here, everything seems correct.

Posted on
No user picture. Bfcastilla Joined: 09/11/2014

Fitting 2 stage random effects (with indirect effects)

Forums

Dear Mike,

I am having some problems when fitting a path model in the second stage (Random Effects Model) which includes some indirect effects. In the documents attached you can find the data (.dat), the commands I used (.R) and the path model I would like to fit (.png).

The error that appears is the next one:

Error in `$<-.data.frame`(`*tmp*`, "Std.Error", value = NA) :
replacement has 1 row, data has 0
In addition: Warning messages:
1: In pchisq(tT, df = dfT, lower.tail = FALSE) : NaNs produced
2: In sqrt(max((tT - dfT)/(n - 1), 0)/dfT) : NaNs produced
Warning message:

Posted on
No user picture. HAMED Joined: 06/15/2012

Using Mixed-effects model in TSSEM for moderation analysis

Forums

Hi Mike,

I am using random-effects MASEM and I would like to include a binary characteristic of the studies in my analysis. Based on your recent paper (Cheung, 2014), I know that mixed-effects model can be used to include study characteristics as the predictors in a MASEM model. However, I was wondering how I can do this using metaSEM codes. I could not find any metaSEM code example in your papers/website that explain how I should code and indicate the study characteristics in tssem1() and tssem2() functions in metaSEM.

Your help would be very much appreciated,

Thank you,
-- Hamed

Posted on
No user picture. mdr Joined: 02/12/2014
Posted on
No user picture. Bfcastilla Joined: 09/11/2014

Installing metaSEM

Forums

Dear Mike,

I'm having some problems for installing metaSEM package...This error always appears, and I cannot find the solution:

install.packages("metaSEM")
Installing package into ‘D:/Documents/R/win-library/3.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘metaSEM’ is not available (for R version 3.0.2)

Where could I find a new version of the package?

Thanks in advantage,

Kind regards.

Posted on
No user picture. Dremalt Joined: 09/05/2014

problem changing path curvatures

Forums

Hello,

I'm new to using Onyx, and really enjoying it. Right now, my only issue is a cosmetic one.

Posted on
Picture of user. ymarusen Joined: 08/20/2014

Examples of using Onyx

Forums

Hello,

I'm a novice in structural equation modeling. I am curious if Onyx works for the following experimental design:

There are 2 treatment variables (T1, with 2 levels; and T2, with 3 levels; each with 3 replicates) and 3 response variables (R1, R2, R3). I'm interested in how each of the T variables affects the R variables, as well as if this relationship changes depending on the level within each T variable. I'm also interested to know how R3 is related to R1 and/or R2.

Posted on
No user picture. jbauer Joined: 04/14/2014

Equality Constraints

Forums

Hi Mike,

In my stage two analysis I would like to impose equality constraints on some items' error variances in the S matrix to be consistent with the models from the original studies.

I wonder whether this is feasible at all, because here (http://courses.nus.edu.sg/course/psycwlm/Internet/metaSEM/masem.html) you wrote "Since we are conducting a correlation structure analysis, the error variances are not free parameters."

If it is possible, could you please provide a syntax example how to implement the equality constraints?