Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 421 Bytes

Install

Method for matching a subsample to a representative sample from a larger population. Install dependencies from pip -r requirements.txt

Example Usage

Imagine a sample datafile that had a special study group as a treatement. One might match this pairwise against the general population using:

python resample.py -i example_datafile.csv -c example_definitions.csv -m "Study Group" -o out.csv