analysis: Run Statistical Analysis of Monthly Background Checks of Gun...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/analysis.R

Description

Run Statistical Analysis of Monthly Background Checks of Gun Purchase

Usage

1

Arguments

debug

Optional boolean switch to indicate whether interim data is displayed; default is ‘FALSE’

Value

A data.frame is returned, contained all different prepared columns.

Author(s)

Gregor Aisch and Josh Keller wrote the R code; Dirk Eddelbuettel created and maintains the package.

See Also

The NY Times article presenting this analsysi undertaken by this package is at http://www.nytimes.com/interactive/2015/12/10/us/gun-sales-terrorism-obama-restrictions.html?

Examples

1
2
3
4
5
6
## Not run: 
  gs <- analysis()
  plot_gunsales(gs)
  ggplot_gunsales(gs)

## End(Not run)

gunsales documentation built on May 2, 2019, 7:55 a.m.