Behavioral Genetics Models

Posted on
No user picture. Benny Joined: 05/15/2020

Cholesky with latent traits

Hello, I want to estimate a modified CP model, where I have a Cholesky model with three latent traits (see picture attached).
The d- and e-variables are ordinal (d = 2 categories; e = 3 categories). The s-variable is continuous and in order to integrate it into the LISREL-matrices I define a single factor measurement model with the residual variance set to 0 and the factor loading to 1.
Posted on
No user picture. kumarsonu928292 Joined: 10/22/2020

What Things Should I Carry When Migrating from India to Australia?

hello, helpies.. i am migrating to Australia and want to know some important things. "What Things Should I Carry When Migrating to Australia" anyone with the same experience or any people from Australia who knows better. TIA..
Posted on
No user picture. Hilton28 Joined: 07/16/2020

Univariate ACE model for a binary variable

Hello,

Does anyone have an OpenMx script for running a Univariate ACE model for a binary variable? I would like to determine the proportion of variance accounted for by additive genetic, shared, and unique environment for a binary variable that indicates whether someone is or is not a member of a certain class of psychopathology.

Thank you in advance!
Emily

Posted on
No user picture. benruk Joined: 12/09/2019

RAM Cholesky Decomposition

Hello,

I am playing around with different kinds of twin models which I try to implement using the RAM-matrix approach, but not defining the expectation object with mxExpectationRAM(), but with mxExpectationNormal(). My idea is to create the A, S (one for MZs and one for DZs) and F matrices as well as the Identity matrix with the mxMatrix() functions and then creating the expected covariance matrices for MZs and DZs with the mxAlgebra() function following the RAM matrix formula.

Posted on
No user picture. twolf Joined: 04/24/2020

Large multivariate ACE-model with less parameters?

Hi!

I am currently interested in understanding how well a large amount of variables (20-40) which do not represent a construct in the psychometric sense but can be broadly viewed as a certain class of influences explains an outcome in comparison to another set of variables. On the phenotypical level this is quite straight forward - I can fit regression models and look at (incremental) R2-values or train a LASSO or something similar on a training set to compare the predicted R2's on the validation set.

Posted on
No user picture. noamm Joined: 10/10/2018

Help with thinking about a non-trivial GxE twin model

Hello,

On a phenotypic level, I'm testing a model where Trait1 is moderating the effect of environment on Trait2.
However, when wanting to test my model within a genetic level, I'm having trouble to figure out what model I can use that will be most similar to the claim I have within the phenotypic level.

I can test whether my environmental factor moderates the genetic effects of Trait2 (with a GxE twin model). But this misses the part where Trait1 (which is highly heritable), moderates the association (or maybe the moderation?).

Posted on
No user picture. Leo Joined: 01/09/2020

Longitudinal modeling with extended twin design

Hey,

I have a couple of questions regarding my research and I would really appreciate getting some feedback if my undertaking is reasonable.
I am investigating stability of a political phenotype in a two-wave panel design. I'm including not only twins in my analysis, but also one non-twin full sibling. The scripts are standing and working (verified with replication).

Posted on
No user picture. Leo Joined: 01/09/2020

GxE with ordinal manifest in RAM

Hi,

I'm trying to build a Purcell style GxE model in RAM. I have not found any script for this so I created it from scratch. Right now I have a two ordinal manifests (twin 1, twin 2, same phenotype, 4 cats, 3threshs). The moderator will be continuous in the end. However, right now for experimental reasons I have created a binary moderator (sex) for me to easily check if my model does produce accurate results.