Thanks to visit codestin.com
Credit goes to zenodo.org

Published August 6, 2021 | Version v1.0
Software Open

writR

  • 1. Universidad de Magallanes

Description

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.

Notes

R Package

Files

matcasti/writR-v1.0.zip

Files (4.7 MB)

Name Size Download all
md5:3f0e98502f283c9cdd53f5e91e03d467
4.7 MB Preview Download

Additional details

Related works