| synthetic_news_data {NHSRdatasets} | R Documentation | 
Synthetic National Early Warning Scores Data
Description
Synthetic NEWS data to show as the results of the NHSR_synpop package. These datasets have been synthetically generated by this package to be utilised in the NHSRDatasets package.
Usage
data(synthetic_news_data)
Format
Tibble with twelve columns
- male
- character string containing gender code 
- age
- age of patient 
- NEWS
- National Early Warning Score (NEWS) 
- syst
- Systolic BP - Systolic BP result 
- dias
- Diastolic Blood Pressure - result on NEWS scale 
- temp
- Temperature of patient 
- pulse
- Pulse of the patient 
- resp
- Level of response from the patient 
- sat
- SATS(Oxygen Saturation Levels) of the patient 
- sup
- Suppressed Oxygen score 
- alert
- Level of alertness of patient 
- died
- Indicator to monitor patient death 
Source
Generated by Dr. Muhammed Faisal and created by Gary Hutson g.hutson@nhs.net, Mar-2021
Examples
library(magrittr)
library(dplyr)
data("synthetic_news_data")
synthetic_news_data %>%
 glimpse()
[Package NHSRdatasets version 0.3.0 Index]