synthetic_news_data: Synthetic National Early Warning Scores Data

Description Usage Format Source Examples

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

1

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

1
2
3
4
5
library(magrittr)
library(dplyr)
data("synthetic_news_data")
synthetic_news_data %>%
 glimpse()

NHSRdatasets documentation built on March 14, 2021, 1:06 a.m.