Hi @deruncie !
I am working with a longitudinal data with 4 time points and want to explore the SNP*Time interaction. In lmer4, I run it with:
m<-lmer(SEVERE~Time+age+sex+SNP+SNP*time+(1+time|id),data=dat)
I want to achieve the same purpose on your GridLMM project, and add the GRM matrix. However, since I am weak in coding, I wonder how can I add the gxe into the formula? I would be so much appreciate if you could tell a little more details about the gxe interaction.
Thanks a lot!
Connie Xu
Hi @deruncie !
I am working with a longitudinal data with 4 time points and want to explore the SNP*Time interaction. In lmer4, I run it with:
I want to achieve the same purpose on your GridLMM project, and add the GRM matrix. However, since I am weak in coding, I wonder how can I add the gxe into the formula? I would be so much appreciate if you could tell a little more details about the gxe interaction.
Thanks a lot!
Connie Xu