Oil_history {mosaicModel} | R Documentation |
Historical production of crude oil, worldwide 1880-2014
Description
Annual production of crude oil, in millions of barrels (mbbl).
Usage
data(Oil_history)
Format
A data frame with 47 cases, each of which is a US state, with observations on the following variables.
year
the year for which production is reportedmbbl
oil production in millions of barrels
Source
Assembled from older information from RH Romer (1976) "Energy: An Introduction to Physics" and more recent
data from data.oecd.org
.
Examples
model <- lm(log(mbbl) ~ year, data = Oil_history)
mod_plot(model)
[Package mosaicModel version 0.3.0 Index]