Skip to content

Releases: IndrajeetPatil/statsExpressions

statsExpressions 1.6.0

08 Sep 20:04
9cc5df9
Compare
Choose a tag to compare

MAJOR CHANGES

statsExpressions 1.5.5

06 Jul 07:21
5d17e8d
Compare
Choose a tag to compare

MAJOR CHANGES

  • The package licence has been updated to an MIT license.

MINOR CHANGES

  • Updates code to fix warnings coming via updates to easystats packages.

statsExpressions 1.5.4

20 Mar 17:28
Compare
Choose a tag to compare

MAJOR CHANGES

  • The cryptic but very useful parameter k has been renamed to digits to
    improve its discoverability.

  • To be consistent, contingency_table() gains alternative parameter, which
    defaults to two-sided alternative hypothesis.

statsExpressions 1.5.3

13 Jan 12:06
Compare
Choose a tag to compare
  • Internal changes only.

statsExpressions 1.5.2

12 Sep 14:33
c121c87
Compare
Choose a tag to compare
  • Fixes failures on R-devel due to changes in the formula interface for a paired test.

statsExpressions 1.5.1

24 May 05:39
4121570
Compare
Choose a tag to compare

MAJOR CHANGES

  • Following dependencies move from being weak to strong dependencies given their
    importance in key functions: {afex} and {PMCMRplus}.

statsExpressions 1.5.0

19 Feb 17:33
a93a7ff
Compare
Choose a tag to compare

BREAKING CHANGES

  • The minimum needed R version is now bumped to R 4.1 because a critical
    dependency ({pbkrtest}) requires this R version.

statsExpressions 1.4.0

14 Jan 20:23
0056bcb
Compare
Choose a tag to compare

NEW FEATURES

  • All returned data frames from {statsExpressions} get a new
    statsExpressions class and a print method for this class.

MINOR CHANGES

  • tidy_model_parameters() no longer removes columns which contain only missing
    values.

  • Wilcox tests no longer provide exact p-values.

statsExpressions 1.3.6

16 Dec 12:09
Compare
Choose a tag to compare
  • Maintenance release.

statsExpressions 1.3.5

07 Nov 12:46
1771a1a
Compare
Choose a tag to compare
  • centrality_description() gets a new conf.level parameter.

  • Updates tests and examples to insure against removal of suggested packages.