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
, androwid
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 usingx
,y
orrowid
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()
: pairwisetwo_sample()
function on each pair of a factor with >3 levels on a continuous variable, providing the same functionalities oflablr()
for reporting purposes.