R Dataset / Package Stat2Data / ICU

On this R-data statistics page, you will find information about the ICU data set which pertains to ICU. The ICU data set is found in the Stat2Data R package. You can load the ICU data set in R by issuing the following command at the console data("ICU"). This will load the data into a variable called ICU. If R says the ICU data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the ICU R data set. The size of this file is about 4,919 bytes.

ICU

Description

Patients at an Intensive Care Unit (ICU)

Format

A dataset with 200 observations on the following 9 variables.

R project statistics dataset table
ID Patient ID code
Survive 1=patient survived to discharge or 0=patient died
Age Age (in years)
AgeGroup 1= young (under 50), 2= middle (50-69), 3 = old (70+)
Sex 1=female or 0=male
Infection 1=infection suspected or 0=no infection
SysBP Systolic blood pressure (in mm of Hg)
Pulse Hear rate4 (beats per minute)
Emergency 1=emergency admission or 0=elective admission

Details

This dataset contains information for a sample of 200 patients who were part of a larger study conducted in a hospital's Intensive Care Unit (ICU). Since an ICU often deals with serious, life-threatening cases, a key variable to study is patient survival, which is coded in the Survive variable as 1 if the patient lived to be discharged and 0 if the patient died.

Source

Data downladed from The Data and Story Library (DASL), http://lib.stat.cmu.edu/DASL/Datafiles/ICU.html.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-stat2data-icu.html" width="100%" height="100%" style="border:0px"></iframe>