Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to correct predicted brain age? #13

Open
jojowang-17 opened this issue Feb 28, 2024 · 1 comment
Open

How to correct predicted brain age? #13

jojowang-17 opened this issue Feb 28, 2024 · 1 comment

Comments

@jojowang-17
Copy link

Hi,

Brain age model are often impacted by the regression to the mean, resulting an overestimation of the age of younger subjects and an underestimation of the age of older subjects. I tested this model on PPMI dataset, but found that most subjects are with much younger brain age.

I think some correction should be conducted here. For example, one way is to rely on the slope (alpha) and intercept (beta) of a linear regression model of BrainAGE against chronological age in the training set. This way an offset is calculated (as alpha * omega + beta) and then subtracted from the estimated brain-age to yield a bias-free BrainAGE.

Could you offer the the alpha, beta value of this BrainAgeR model? or any suggestions on correcting brain age when using BrainAgeR model?

Thanks!

@james-cole
Copy link
Owner

james-cole commented Feb 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants