Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

iabaako/dmsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors