Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
/ dmsetup Public archive

Set Up DM system for HFC using HFC template and Ghana Guidelines

Notifications You must be signed in to change notification settings

iabaako/dmsetup

Repository files navigation

IPACHECKSETUP

Overview

ipachecksetup is a stata program that prefills the IPA HFC inputs template.

Installaion

* ipachecksetup can be installed from github

net install ipachecksetup, all replace ///
	from("https://raw.githubusercontent.com/iabaako/ipachecksetup/master")

Syntax

ipachecksetup using filename, template(string) outfile(string) [replace long wide]

options
	using           - SurveyCTO XLS form
	template     	- template file for HFC inputs
	outfile 		- save prefilled inputs file as
	replace			- replace outfile if neccesary
	long 			- assume data is in long format. Only needed if forms has repeat groups
	wide            - assume data is in wide format. Only needed if forms has repeat groups

Example Syntax

* Long Formatted Dataset
ipachecksetup using "Endline Survey.xlsm", ///
	template("hfc_inputs.xlsm") ///
	outfile("hfc_inputs_endline.xlsm") ///
	long 

* Wide Formatted Dataset
ipachecksetup using "Endline Survey.xlsm", ///
	template("hfc_inputs.xlsm") ///
	outfile("hfc_inputs_endline.xlsm") ///
	wide

Please report all bugs/feature request to the github issues page

About

Set Up DM system for HFC using HFC template and Ghana Guidelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published