Learn R Programming

dobson (version 0.4)

cholesterol: Cholesterol data from table 6.24

Description

Cholesterol, age and BMI for thirty women.

Usage

data(cholesterol)

Arguments

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

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

Run the code above in your browser using DataLab