knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

About

Travis-CI Build Status AppVeyor Build Status

The purpose of the R data package mmdata is to store datasets from the beloved econometrics textbook Mastering 'Metrics.

Installation

# install.packages("devtools")
devtools::install_github("jjchern/mmdata")

Usage

List All the Datasets

library(mmdata)
ls("package:mmdata", all = TRUE)

The QOB Instrument from AK91

library(tibble)
mmdata::qob


jjchern/mmdata documentation built on May 19, 2019, 11:38 a.m.