December 12, 2025
hypothesize: Now Available on CRAN
My R package for hypothesis testing, hypothesize, is now available on CRAN.
Browse posts by tag
My R package for hypothesis testing, hypothesize, is now available on CRAN.
R’s hypothesis testing functions are inconsistent—t.test() returns different structures than chisq.test(), making generic workflows painful. hypothesize provides a unified API so any test returns the same interface: p-value, test statistic, …