Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 760 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 760 Bytes

Tea is a tasty beverage for use while post-processing surveys, including editing bad data, imputing missing data, and disclosure avoidance.

Installation

Tea depends on Rapophenia, also hosted here on Github, which in turn depends on the Apophenia library of stats functions in plain C. R's package management system has no real mechanism for installing C libraries, so you have to install Apophenia yourself before installing this package. See Apophenia's setup page for details.

Once that is installed, we recommend installing from this repository via devtools:

library(devtools)
install_github("b-k/Rapophenia", ref="pkg")
install_github("rodri363/tea", ref="pkg")