Mike Cheung
Mike Cheung
Could you please include the R code to read the data? It is hard to check without reproducing the errors.
It works better if you use `diag.constraints=FALSE` in this model. The following code works for me. ``` stage2 = tssem2(stage1random, Amatrix=A, Smatrix=S,diag.constraints=FALSE,intervals.type="z") summary(stage2) > summary(stage2) Call: wls(Cov = pooledS, aCov...
A standardized coefficient can be larger than 1. See, for example, the following discussion: https://stats.stackexchange.com/questions/120201/magnitude-of-standardized-coefficients-beta-in-multiple-linear-regression There are 13 variables and only a few studies on some of these cells exist....