Description Usage Format Source Examples
Annual production of crude oil, in millions of barrels (mbbl).
1 |
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 reported
mbbl
oil production in millions of barrels
Assembled from older information from RH Romer (1976) "Energy: An Introduction to Physics" and more recent
data from data.oecd.org
.
1 2 | model <- lm(log(mbbl) ~ year, data = Oil_history)
mod_plot(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.