Learn R Programming

pubh (version 1.1.3)

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)

require(sjPlot)
plot_xtab(Roberts$EMO, Roberts$Survived, margin = 'row')
# }

Run the code above in your browser using DataLab