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 synthetic_news_data.Rmd #88

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jasonpott
Copy link

Added in information about the NEWS score and some code examples that can be used to calculate the individual NEWS sub scores

Linked to discussion here:

#55

jasonpott and others added 2 commits October 1, 2024 16:33
Added in information about the NEWS score and some code examples that can be used to calculate the individual NEWS sub scores
#### Systolic Blood pressure
```{r}
sbp_news <- NEWS_var%>%
mutate (sbp = as.numeric(pulse)) %>%
Copy link
Member

Choose a reason for hiding this comment

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

Should this be mutate(sbp = as.numeric(syst)) or something similar? In NHSRdatasets we have both pulse and syst and heart rate below also refers to pulse.

@Lextuga007 Lextuga007 added the Add vignette Data and help added, but no vignette built label Oct 1, 2024
@Lextuga007
Copy link
Member

@all-contributors bot please add @jasonpott for doc

Copy link
Contributor

@Lextuga007

I've put up a pull request to add @jasonpott! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add vignette Data and help added, but no vignette built
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Synthetic National Early Warning Score vignette - move to Quarto site blog
2 participants