Learn R Programming

BSDA (version 1.2.2)

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

Description

Data for Exercise 6.97

Usage

Earthqk

Arguments

Format

A data frame/tibble with 100 observations on two variables

year

year seimic activity recorded

severity

annual incidence of sever earthquakes

References

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

Examples

Run this code

EDA(Earthqk$severity)
t.test(Earthqk$severity, mu = 100, alternative = "greater")

Run the code above in your browser using DataLab