Learn R Programming

pubh (version 1.3.7)

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
require(dplyr, quietly = TRUE)
data(Roberts)

Roberts |>
  select(survived, emo) |>
  cross_tbl(by = "survived")

Run the code above in your browser using DataLab