Example #1
0
def main():
    # get the data
    pool, firsts, others = _06_descriptive._make_tables()
    _test(pool, firsts, others, num_trials=1000)
Example #2
0
def main():
    pool, firsts, others = _06_descriptive._make_tables()
    _compute_relative_risk(firsts.pmf, others.pmf)
Example #3
0
def main():
    pool, firsts, others = _06_descriptive._make_tables()
    _relative_risk(firsts, others)
    _make_figure(firsts, others)