Skip to content

Commit

Permalink
Added a simple example and sample datafile.
Browse files Browse the repository at this point in the history
  • Loading branch information
cab938 committed Jul 12, 2014
1 parent 3691a08 commit 1c59d11
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Install
-------
=======
Method for matching a subsample to a representative sample from a larger population.
Install dependencies from pip -r requirements.txt
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
Loading

0 comments on commit 1c59d11

Please sign in to comment.