infer 1.0.5
-
Implemented support for permutation hypothesis tests for paired data via the argument value
null = "paired independence"inhypothesize()(#487). The new vignette Tidy inference for paired data outlines these changes with an applied example. -
The
weight_byargument torep_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()andprop_test()(#472). -
Fixed bug in two-sample
prop_test()where the response and explanatory variable were passed in place of each other toprop.test(). This enables usingprop_test()with explanatory variables with greater than 2 levels and, in the process, addresses a bug whereprop_test()collapsed levels other than thesuccesswhen the response variable had more than 2 levels.