cholesterol {dobson}R Documentation

Cholesterol data from table 6.24

Description

Cholesterol, age and BMI for thirty women.

Usage

data(cholesterol)

Format

A tibble with 30 observations and the following 3 variables.

chol

serum cholesterol (millimoles per liter)

age

age (years)

bmi

body mass index (kg/m2)

Examples

data(cholesterol)
summary(cholesterol)

[Package dobson version 0.4 Index]