Skip to content

writR

Latest
Compare
Choose a tag to compare
@matcasti matcasti released this 06 Aug 03:15
· 30 commits to main since this release

Statistical details and reporting in APA style.

Major changes:

  • removal of report() function and internals in exchange of autest() which use less dependencies and provides major stability improvements.
  • Functions now use common arguments such as data, x, y, and rowid for compatibility.
  • New function clean_data() provides speed improvements, flexibility for data wrangling and better management of missing values and empty factor levels (dropping unused ones with a warning).
  • autest() and other functions using x, y or rowid will only work when a string (character) element is provided. This is primarily for stability and security reasons (i.e. is easier to predict the behavior based on input arguments).
  • Functions now give statistical details of test applied, and if is needed the lablr() function can be used to get a manuscript-ready output.
  • New classes and printing method for class "writR".
  • Improvements in pairwise_test() on method used and p adjust method.
  • New function pairs_two_sample(): pairwise two_sample() function on each pair of a factor with >3 levels on a continuous variable, providing the same functionalities of lablr() for reporting purposes.