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

Description Usage Arguments Value Author(s) See Also Examples

Description

Run Statistical Analysis of Monthly Background Checks of Gun Purchase

Usage

1
analysis(debug = FALSE, verbose = FALSE)

Arguments

debug

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

verbose

Optional boolean switch to indicate whether verbose operation is desired, default is ‘FALSE’

Value

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

Author(s)

Gregor Aisch and Josh Keller wrote the (initial) R code; Dirk Eddelbuettel created and maintains the gunsales package as well as this package.

See Also

The NY Times article presenting this analsysi undertaken by the gunsales 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
7
## Not run: 
  gs <- analysis()
  gunsales::plot_gunsales(gs)
  gunsales::ggplot_gunsales(gs)
  all.equal(gs, gunsales::analysis())

## End(Not run)

eddelbuettel/gswdt documentation built on May 14, 2019, 2:37 p.m.