Skip to content

infer 1.0.5

Compare
Choose a tag to compare
@simonpcouch simonpcouch released this 06 Sep 12:48
· 38 commits to main since this release
5ad0087
  • Implemented support for permutation hypothesis tests for paired data via the argument value null = "paired independence" in hypothesize() (#487). The new vignette Tidy inference for paired data outlines these changes with an applied example.

  • The weight_by argument to rep_slice_sample() can now be passed either as a vector of numeric weights or an unquoted column name in .data (#480).

  • Newly accommodates variables with spaces in names in the wrapper functions t_test() and prop_test() (#472).

  • Fixed bug in two-sample prop_test() where the response and explanatory variable were passed in place of each other to prop.test(). This enables using prop_test() with explanatory variables with greater than 2 levels and, in the process, addresses a bug where prop_test() collapsed levels other than the success when the response variable had more than 2 levels.