Learn R Programming

BSDA (version 1.01)

Earthqk: One hundred year record of worldwide seismic activity(1770-1869)

Description

Data for Exercise 6.97

Usage

Earthqk

Arguments

Format

A data frame with 100 observations on the following 2 variables.

year

a numeric vector

severity

a numeric vector

Examples

Run this code
# NOT RUN {
str(Earthqk)
attach(Earthqk)
EDA(severity)
t.test(severity,mu=100,alternative="greater")
detach(Earthqk)
# }

Run the code above in your browser using DataLab