Learn R Programming

pubh (version 1.1.3)

Brenner: Prevalence of Helicobacter pylori infection in preschool children.

Description

A data set containing the prevalence of Helicobacter pylori infection in preschool children according to parental history of duodenal or gastric ulcer.

Usage

Brenner

Arguments

Format

A labelled tibble with 863 rows and 2 variables:

Ulcer

History of duodenal or gastric ulcer, factor with levels "No" and "Yes".

Infected

Infected with Helicobacter pylori, factor with levels "No" and "Yes".

Examples

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

mytable(Infected ~ Ulcer, data = Brenner, show.total =TRUE)

contingency(Infected ~ Ulcer, data = Brenner, method = "cross.sectional")
# }

Run the code above in your browser using DataLab