Published August 6, 2021
| Version v1.0
Software
Open
writR
Description
Statistical details and reporting in APA style.
Major changes:
- removal of
report()function and internals in exchange ofautest()which use less dependencies and provides major stability improvements. - Functions now use common arguments such as
data,x,y, androwidfor 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 usingx,yorrowidwill 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(): pairwisetwo_sample()function on each pair of a factor with >3 levels on a continuous variable, providing the same functionalities oflablr()for reporting purposes.
Notes
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
- Is supplement to
- https://github.com/matcasti/writR/tree/v1.0 (URL)