Skip to content

v0.4.0

Compare
Choose a tag to compare
@jzluo jzluo released this 02 Aug 02:47
· 9 commits to master since this release
f27c2d0

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() and load_endometrial() (#9).
  • Test for profile likelihood confidence intervals (#9).

Changed

  • skip_lrt option is now skip_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).