pubh (version 1.1.16)

Bernard: Survival of patients with sepsis.

Description

A randomised, double-blind, placebo-controlled trial of intravenous ibuprofen in 455 patients who had sepsis, defined as fever, tachycardia, tachypnea, and acute failure of at least one organ system.

Usage

Bernard

Arguments

Format

A labelled tibble with 455 rows and 9 variables:

id

Patient ID

treat

Treatment, factor with levels "Placebo" and "Ibuprofen".

race

Race/ethnicity, factor with levels "White", "African American" and "Other".

fate

Mortality status at 30 days, factor with levels "Alive" and "Dead".

apache

Baseline APACHE score.

o2del

Oxygen delivery at baseline.

followup

Follow-up time in hours.

temp0

Baseline temperature in centigrades.

temp10

Temperature after 36 hr in centigrades.

Examples

Run this code
# NOT RUN {
data(Bernard)
require(moonBook)

mytable(fate ~ treat, data = Bernard, show.total = TRUE)

contingency(fate ~ treat, data = Bernard)
# }

Run the code above in your browser using DataCamp Workspace