Learn R Programming

BSDA (version 1.01)

Biology: Test scores on first exam in biology class

Description

Data for Exercise 1.49

Usage

Biology

Arguments

Format

A data frame with 30 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Biology)
attach(Biology)
hist(score,breaks="scott",col="brown",prob=TRUE,main="Problem 1.49")
lines(density(score),lwd=3)
detach(Biology)
# }

Run the code above in your browser using DataLab