Skip to content

Releases: matcasti/writR

writR

06 Aug 03:15
Compare
Choose a tag to compare

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.

0.5.0

03 May 05:17
Compare
Choose a tag to compare
  • Upgrade in cent_disp allowing custom expressions using glue syntax
  • Improved performance by using data.table package for heavy computation

0.3.0

09 Apr 21:17
Compare
Choose a tag to compare
  • New contingency() function for categorical data analysis

0.2.0

04 Apr 06:11
Compare
Choose a tag to compare
  • New function added: cent_disp() for inline descriptive statistics.

0.1.4

03 Apr 05:15
Compare
Choose a tag to compare
  • Fix the correction selection for type = 'auto' in aov_r and report with repeated measures

0.1.3

31 Mar 16:00
Compare
Choose a tag to compare
  • Addition of descriptive statistics for report output

0.1.2

27 Mar 09:37
Compare
Choose a tag to compare
  • Improvements in Mixed effects ANOVA: bug fixes
    • issues with specification of between/within effects alone only
    • not labeling sphericity corrections for markdown output

Inferential statistics and reporting in APA style

15 Mar 03:53
Compare
Choose a tag to compare