Learn R Programming

BSDA (version 1.01)

Framingh: Cholesterol values of 62 subjects in the Framingham Heart Study

Description

Data for Exercises 1.55, 1.75, 3.69, and 5.60

Usage

Framingh

Arguments

Format

A data frame with 62 observations on the following variable.

cholest

a numeric vector

Examples

Run this code
# NOT RUN {
str(Framingh)
attach(Framingh)
stem(cholest)
hist(cholest,prob=TRUE,ylim=c(0,.012))
lines(density(cholest))
boxplot(cholest,col="brown")
sum(cholest>200&cholest<240)/length(cholest)
detach(Framingh)
# }

Run the code above in your browser using DataLab