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

Update sodium effect #9

Merged
merged 6 commits into from
Nov 7, 2024
Merged

Update sodium effect #9

merged 6 commits into from
Nov 7, 2024

Conversation

aflaxman
Copy link
Member

Title: Update sodium effect on SBP to have different slope for SBP above and below 140

Description

  • Category: implementation
  • JIRA issue: SSCI-1981
  • Research reference: missing

Changes and notes

Meta-analysis https://doi.org/10.1161/CIRCULATIONAHA.120.050371 has more detail on how dose-response effect functions and how it is different based on SBP level.

Verification and Testing

Cool figure showing how it works when I make everyone eat twice as much salt as in baseline
image

) # 5.8 (2.5, 9.2) mmHg decrease per 6g/day sodium decrease
# previously used 5.8 (2.5, 9.2) mmHg decrease per 6g/day sodium decrease for both (doi: 10.1002/14651858.CD004937.pub2 ?)
mmHg_per_g_sodium_for_low_sbp = (
1.0 # (.5, 1.49) mmHg from https://doi.org/10.1161/CIRCULATIONAHA.120.050371
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to include the parameter uncertainty on this. @albrja or anyone, do you have an example of how we have done this before that I can adapt? I used a random seed hack in an old project that would work, but there must be something more standard by now.

@aflaxman aflaxman merged commit 9a16151 into main Nov 7, 2024
10 checks passed
@aflaxman aflaxman deleted the update_sodium_effect branch November 7, 2024 01:30
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

Successfully merging this pull request may close these issues.

2 participants