dvicencio / RiskScorescvd

Cardiovascular Risk Scores
https://dvicencio.github.io/RiskScorescvd/
Other
1 stars 1 forks source link

SCORE2 different risk regions #1

Closed jandraor closed 1 year ago

jandraor commented 1 year ago

Hi quick question,

SCORE2 differentiates by risk regions. How do you address that in this package?

Thanks.

dvicencio commented 1 year ago

Hi Jair,

Apologies for not explicitly referring to the risk region used in the package.

The SCORE2 function in the ‘RisckScorescvd’ package is limited to the low-risk regions mentioned in the ESC paper.

Therefore, the function has been calibrated for the United Kingdom, Israel, Luxembourg, Switzerland, Spain, Denmark, Belgium, Norway, France, and the Netherlands.

However, the function could be easily manipulated to add the necessary coefficients/interpretation to address the issue.

I hope this helps.

All the best, Dan

dvicencio commented 5 months ago

Hi Jair,

As per multiple requests, and I got a little extra time this weekend, I have updated the Score package with a Risk.region argument/parameter that allows the specification and calculation of different risk regions.

Hope it helps, Dan

jandraor commented 5 months ago

Thank you!