You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.