Skip to content

Standardized proportion z statistic, improvements to various helpers

Compare
Choose a tag to compare
@simonpcouch simonpcouch released this 13 Jan 17:00
cffc082
  • rep_sample_n() no longer errors when supplied a prob argument (#279)
  • Added rep_slice_sample(), a light wrapper around rep_sample_n(), that more closely resembles dplyr::slice_sample() (the function that supersedes dplyr::sample_n()) (#325)
  • Added a success, correct, and z argument to prop_test() (#343, #347, #353)
  • Implemented observed statistic calculation for the standardized proportion $z$ statistic (#351, #353)
  • Various bug fixes and improvements to documentation and errors.