Learn R Programming

dobson (version 0.4)

birthweight: Birthweight data from table 2.3

Description

Birthweight and gestational age for twelve boys and girls

Usage

data(birthweight)

Arguments

Format

A tibble with 12 observations and the following 4 variables.

boys gestational age

boys gestational age (weeks)

boys weight

boys birthweight (grams)

girls gestational age

girls gestational age (weeks)

girls weight

girls birthweight (grams)

Examples

Run this code
# NOT RUN {
data(birthweight)
summary(birthweight)
# }

Run the code above in your browser using DataLab