analysis {gunsales} | R Documentation |
Run Statistical Analysis of Monthly Background Checks of Gun Purchase
Description
Run Statistical Analysis of Monthly Background Checks of Gun Purchase
Usage
analysis(debug = FALSE)
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
## Not run:
gs <- analysis()
plot_gunsales(gs)
ggplot_gunsales(gs)
## End(Not run)
[Package gunsales version 0.1.2 Index]