Learn R Programming

BSDA (version 1.2.1)

Abbey: Daily price returns (in pence) of Abbey National shares between 7/31/91 and 10/8/91

Description

Data used in problem 6.39

Usage

Abbey

Arguments

Format

A data frame/tibble with 50 observations on one variable

price

daily price returns (in pence) of Abbey National shares

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(Abbey$price)
qqline(Abbey$price)
t.test(Abbey$price, mu = 300)
hist(Abbey$price, main = "Exercise 6.39", 
     xlab = "daily price returns (in pence)",
     col = "blue")

Run the code above in your browser using DataLab