v0.4.0
v0.4.0 adds the Wald option and a few other changes.
Added
- Option to use Wald method for computing p-values and confidence intervals instead of LRT and profile likelihood. Set
wald=True
to use (#11). - Tests for
load_sex2()
andload_endometrial()
(#9). - Test for profile likelihood confidence intervals (#9).
Changed
skip_lrt
option is nowskip_pvals
(#11).
Fixed
.summary()
no longer breaks if skipping confidence interval or p-value calculation (#11).
Removed
- Diabetes and sex2 csv files removed from testing dir (#9).