Bivariate Cholesky Decomposition Model - Negative Unique Environment Estimate
Posted on
bjoyner
Joined: 01/28/2022
Attachment | Size |
---|---|
Multivariate Model | 8.74 KB |
Forums
Hello, all!
I am attempting to examine the covariance between two variables (callous, vict3_cfa) using a bivariate cholesky decomposition model. However, when I run the models, the unique environment estimate for the best fitting model comes out as negative.
I have read up on this topic quite a bit and I am at a lost as to why I am continuing to get a negative estimate. I have ran the model as only containing (1) twins, (2) twins and full siblings, (3) twins, full, and half siblings, and (4) twins, full, half, and non-related siblings and every time I receive a negative estimate in the unique environment. If someone could explain to me why this is happening that would be great!
Thank you all in advance for your help!
Could you post your results?
Log in or register to post comments
In reply to Could you post your results? by AdminRobK
Results
**Model with Twins Only**
*AE Covariance Matrices & Proportions of Variance Matrices*
[1] "Matrix A"
covA1 covA2
callous 7.9439 0.4405
vict3_cfa 0.4405 0.0955
[1] "Matrix E"
covE1 covE2
callous 9.4519 - 0.1281
vict3_cfa -0.1281 0.5233
[1] "Matrix V"
var1 var2
callous 17.3958 0.3124
vict3_cfa 0.3124 0.6188
[1] "Matrix A/V"
stcovA1 stcovA2
callous 0.4567 1.4101
vict3_cfa 1.4101 0.1543
[1] "Matrix E/V"
stcovE1 stcovE2
callous 0.5433 -0.4101
vict3_cfa -0.4101 0.8457
*AE Correlation Matrices*
[1] "Matrix solve(sqrt(I*A))%&%A"
corA1 corA2
callous 1.0000 0.5058
vict3_cfa 0.5058 1.0000
[1] "Matrix solve(sqrt(I*E))%&%E"
corE1 corE2
callous 1.0000 -0.0576
vict3_cfa -0.0576 1.0000
Log in or register to post comments
umxACEv
Log in or register to post comments
The negative value is the
Log in or register to post comments
In reply to The negative value is the by AdminRobK
Misunderstanding
Log in or register to post comments
In reply to Misunderstanding by bjoyner
interpretation
Interpreting the off-diagonal elements of `A/V` and `E/V` as proportions only makes sense if the additive and nonshared-environmental covariances are both positive. They don't really have a simple interpretation if one of those covariances is negative.
Log in or register to post comments
In reply to Misunderstanding by bjoyner
It happens but it's ok
Unforntunately, this happens quite often with proportions of covariance. It is why the "Bivariate Heritability" statistic touted by some purveyors of Behavior Genetics is basically rubbish. Even when ra, rc and re are all positive, it still isn't a good statistic because of the lack of -1 to +1 bounds that are implicit in taking a proportion (the boundaries of the non-proportion ra/(ra+rc+re) are not +1 and -1 so it is a misleading statistic even in the cases where it "works." So we need a less simple interpretation.
I prefer to consider the contributions to the covariance without doing any division. Simply state the phenotypic correlation is comprised of ra, rc and re, whose values are x, y and z, respectively. Anything else seems disproportionate :)
Log in or register to post comments