Negative values for BA using KDM #9
Answered by
dayoonkwon
Sep 16, 2023
Replies: 1 comment 5 replies
|
We're encountering the same issue of negative kdm and phenoage values. The dataset we're trying to calculate biological age for contains NHANES data from 1999 to 2020. Age of the subjects ranges from 6 to 84, with pregnant individuals excluded. Biomarkers used are the same as those in the example projecting onto the CALERIE dataset; only subjects with at least 10 out of 12 biomarkers available are included. Among subjects in the lower age range (e.g. 12-19) we're seeing a particularly high number of negative biological age values. The following graphs show the biological age we calculated plotted against chronological age. Could you advise on why this may be and how best to address it? Thank you for your time in advance! |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




If you have already trained a kdm/phenoage model using a training dataset and want to apply this model to testing data, you should provide the
fitargument using the trained algorithm. This allows the function to use the learned parameters for your calculations.