Learn R Programming

BSDA (version 1.2.1)

Coins: Yearly returns on 12 investments

Description

Data for Exercise 5.68

Usage

Coins

Arguments

Format

A data frame/tibble with 12 observations on one variable

return

yearly returns on each of 12 possible investments

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

qqnorm(Coins$return)
qqline(Coins$return)

Run the code above in your browser using DataLab