-
Notifications
You must be signed in to change notification settings - Fork 59
Home
Welcome to the high-frequency-checks wiki! These Stata templates are designed and maintained by the Research & Knowledge Management team at Innovations for Poverty Action (IPA). They are intended for use by IPA Staff and designed for population-based survey research and randomized impact evaluations. For help implementing the templates or if you'd like to contribute to on-going development, please contact [email protected].
Jump to: Software Requirements - Installation - Getting Started - Contributing
The high-frequency-checks templates make extensive use of Stata's excellent Excel modules in order to create outputs that are easy to use and disseminate. Unfortunately, these features are only available in Stata 13.0 or later. Therefore, the user must have Stata 13.0 or later installed on their machine prior to running the high-frequency-checks templates. IPA employees with older versions of Stata should contact IT for access to a newer version.
Download the latest version of high-frequency-checks
The high-frequency-checks templates rely on a series of user-written Stata commands. For convenience, these commands have been wrapped up in a single Stata package (ipacheck
) located in the ado
folder. To install, open Stata and enter one of the following:
/* option #1 - command line install */
net install ipacheck, all replace from("C:/directory/to/ado/")
/* option #2 - GUI */
net from "C:/directory/to/ado/"
- ado - this folder contains Stata commands source code
- docs - this folder contains software documentation
- exercise - this folder contains an example exercise
-
xlsx - this folder contains blank
xlsx
forms with HFC formatting master_check.do
hfc_inputs.xlsx
hfc_enumerators.xlsx
hfc_replacements.xlsx
hfc_outputs.xlsx
doedit master_check.do
do master_check.do
git clone https://github.com/PovertyAction/high-frequency-checks.git