Regression - correcting for the same covariate with a different value twice
0
0
Entering edit mode
3.1 years ago
ika ▴ 50

I want to perform a regression to check the correlation between two phenotypes. Both phenotypes are age-dependent, so I need to correct for this.

There is one problem, however: the two phenotypes were not recorded at the same time and I don't have data available for the same age per individual. Also, the time span between the two records differs between individuals.

Basically, I have the following data:

  • phenotype A
  • age when phenotype A was recorded
  • phenotype B
  • age when phenotype B was recorded

And I want to perform regression of phenotype A on phenotype B, while correcting for age. I'm a bit unsure how to go about this.

My thought was, maybe I should regress phenotype B on 'age when phenotype B was recorded' first, then use those residuals in the regression while correcting for 'age when phenotype A was recorded'. Would this be a correct way to go about this?

I appreciate any input!

regression age-correction R • 545 views
ADD COMMENT
0
Entering edit mode

If there are more than 5 factor levels for age, you could perhaps try adding age as a random effect.

ADD REPLY

Login before adding your answer.

Traffic: 3219 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6