pubh (version 1.1.16)

Roberts: Extracorporeal membrane oxygenation in neonates.

Description

A clinical trial on the value of extracorporeal membrane oxygenation for term neonates with severe respiratory failure. RCT compares active treatment against conventional management.

Usage

Roberts

Arguments

Format

A labelled tibble with 185 rows and 2 variables:

emo

Extracorporeal membrane oxygenation treatment, factor with levels "No" and "Yes".

survived

One year survival, factor with levels "No" and "Yes".

Examples

Run this code
# NOT RUN {
data(Roberts)

Roberts %>%
  cross_tab(survived ~ emo)
# }

Run the code above in your browser using DataLab