Learn R Programming

BSDA (version 1.01)

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 with 50 observations on the following variable.

C1

a numeric vector

Examples

Run this code
# NOT RUN {
attach(Abbey)
EDA(C1)
t.test(C1,mu=300)
detach(Abbey)
# }

Run the code above in your browser using DataLab