1
2
3
4
5
#

Name:

Description:

The National Earthquake Information Center (NEIC) determines the location and size of all significant earthquakes that occur worldwide and disseminates this information immediately to national and international agencies, scientists, critical facilities, and the general public. The NEIC compiles and provides to scientists and to the public an extensive seismic database that serves as a foundation for scientific research through the operation of modern digital national and global seismograph networks and cooperative international agreements. The NEIC is the national data center and archive for earthquake information.

Variables:

This dataset includes a record of the date, time, location, depth, magnitude, and source of every earthquake with a reported magnitude 5.5 or higher since 1965.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Significant_Earthquakes__1965-2016_1622_1.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
#PROBLEM-49233

In the following questions, we will analyze a dataset of The National Earthquake Information Ce...

Question
#PROBLEM-49234

Use R to compute the average depth of the earthquakes. ...

Question
#PROBLEM-49235

Using R, calculate the maximum of the magnitude of the earthquakes. ...

Question
#PROBLEM-49248

In the following questions, we will analyze a dataset of The National Earthquake Information Ce...

Question
Showing 1-4 of 4 items.