- Work around r-lib/roxygen2#1491
- Remove LazyData decl.
- Better fitting function names.
- Improve package description.
- Move to tinytest.
- Add model_utility.
- Remove unused params from ftest-wrapper.
- Add htest adatper for ftest-wrapper.
- Fix parens in AUC area matching formula!
- Asymmetric ROC case.
- Add in more ROC parameters inference functions.
- More on ROC
- Change http to https where practical
- Badges
- Adjust license.
- Move to RUnit.
- Unify signatures a bit.
- Polish Binomial work a bit.
- Fix end conditons of differnce of binomials.
- More interfaces to Binomial test.
- Student-T summary.
- Binomial test.
- Difference of binomials test.
- Increase default sig-figs.
- Bump versions.
- Documentation fixes.
- Re-ogranize wrapr export.
- Adjust dependencies.
- Fix some documentation.
- Add as.character() override.
- Improve error messages.
- More flexible formatting.
- Fix pre-formatting on FTest (though this may not be not the pattern we want to user later).
- Allow more formats.
- Minor formatting improvements.
- Add format S3 method.
- Improve import declarations.
- Add table Fisher test.
- Fix "not connected" options on TTest and others.
- Pass more arguments to tests.
- Switch to own Cohen-d estimate.
- Add vector signatures.
- Make sigfig a bit more flexible.
- Add Cohen's d.
- Add lm() anova wrapper wrapFTest.anova().
- Add glm(family=binomial) anova wrapper wrapChiSqTest.anova().
- Add ez::ezANOVA linear adapter.
- Some statistic presentation sigfig fixes.
- Fix NA warning bug in wrapChiSqTest.data.frame.
- Enforce more types in calculations.
- Add na.rm options.
- Enforce more types in calculations.
- More standard (data.frame plus column names) interfaces.
- Default to independent samples in resampleScoreModelPair.
- First CRAN submission.