Learn R Programming

BSDA (version 1.01)

Coins: Yearly returns on 12 investments

Description

Data for Exercise 5.68

Usage

Coins

Arguments

Format

A data frame with 12 observations on the following variable.

coins

a numeric vector

Examples

Run this code
# NOT RUN {
str(Coins)
attach(Coins)
qqnorm(coins)
qqline(coins)
EDA(coins)
detach(Coins)
# }

Run the code above in your browser using DataLab