StatsExpressions Versions Save

Tidy data frames and expressions with statistical summaries 📜

1.5.4

1 month ago

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.

1.5.3

4 months ago
  • Internal changes only.

1.5.2

8 months ago
  • Fixes failures on R-devel due to changes in the formula interface for a paired test.

1.5.1

11 months ago

MAJOR CHANGES

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

1.5.0

1 year ago

BREAKING CHANGES

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

1.4.0

1 year ago

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.

1.3.6

1 year ago
  • Maintenance release.

1.3.5

1 year ago
  • centrality_description() gets a new conf.level parameter.

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

1.3.4

1 year ago
  • Fixes breakages due to {effectsize} package update.

1.3.3

1 year ago

MINOR CHANGES

  • When any of the necessary numeric column values are missing, for these rows tidy_model_expressions() now returns a NULL instead of an expression with empty strings.