R package to make simple treatment-control balance tables, as standard in economics.
To install, type:
devtools::install_github('vronizor/btable')
(you will need the devtools
package if not don’t have installed yet).
To use, load the package like any other and check the documentation of the main command:
library(btable)
?btable
Work in progress! Feedback welcome :)