phenoage0 calculation #7
Answered by
dayoonkwon
Oct 5, 2021
Replies: 1 comment
|
Hello, As you can see from Levine 2018 (supplementary methods), the formula you attached is just a part of the equation. In order to fully solve the equation to get PhenoAge, you need to compute a mortality prediction score (CDF(120,x)) first. Then the mortality prediction score is covered into a biological age value (CDF.univariate(120,age)). Finally, you can solve the equation CDF(120,x) = CDF.univariate(120,age). I hope this helps. Please send me an email if it is not clear. Best, |
0 replies
Answer selected by
ramyar1993
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hello,
As you can see from Levine 2018 (supplementary methods), the formula you attached is just a part of the equation. In order to fully solve the equation to get PhenoAge, you need to compute a mortality prediction score (CDF(120,x)) first. Then the mortality prediction score is covered into a biological age value (CDF.univariate(120,age)). Finally, you can solve the equation CDF(120,x) = CDF.univariate(120,age).
I hope this helps. Please send me an email if it is not clear.
Best,
Dayoon