Changes in version 0.9.10 - compare_n_qualvars updated to dplyr 1.1.0 syntax - formatP and markSign now use readr::parse_number rather than as.numeric - compare_n_numvars gains option for CI on mean and median #wrappedtools 0.9.9 - change in flex2rmd with explicit printing in interactive mode - bugfix in unit test for compare2numvars #wrappedtools 0.9.8 - bugfix compare2numvars now handles negative numbers - related to bugfix: meansd and median_quart got a new argument singleline to report various statistics as single text element or as a matrix with rows for stats - mean_cl_boot and median_cl_boot now require >= 3 values, otherwise a warning and NA are returned - ksnormal uses Lilliefors test only for n>=5 #wrappedtools 0.9.7 - function identical_cols to find and remove duplicated columns - function compare2numvars can now additionally calculate confidence intervals on mean and median - function compare2numvars now has the additional option for a singleline (default) or stacked display - new function mean_cl_boot which calculates the mean and confidence intervals - function median_cl_boot now has an additional round option #wrappedtools 0.9.6 - function ksnormal now uses Lilliefors test by default - example for compare_n_numvars was corrected - compare2numvars now removes railing spaces #wrappedtools 0.9.5 - combines all updates from minor releases 9.4.x #wrappedtools 0.9.4 - ksnormal can handle input of 0 data points - new function label_outliers to extend boxplots - new function detect_outliers for compatibility with geom_boxplot - new function WINratio to calculate the ratio of wins to losses in clinical trials - new function eGFR estimates glomerular filtration rate from serum creatinine and/or cystatin C - new function flex2rmd to convert flextable to rmarkdown table if non-interactive Changes in version 0.9.3 (2023-09-24) - compare2numvars checks indep. variables for 2 levels - ColSeeker allows vector of classes - default spacer changed from   to ' ' - test for compare_n_numvars corrected Changes in version 0.9.2 (2023-07-02) - new function cat_desc_table to create summary tables - new function ColSeeker, supersedes FindVars by adding option to select by type Changes in version 0.9.1 (2023-03-28) - functions from abandoned package Biotech reimplemented - edgecase of unique values in compare2qualvars fixed - tests adjusted to R 4.3.0 Changes in version 0.8.2 (2023-02-20) - import of tidyverse is dropped (as suggested by Hadley) - gather/spread are replace by pivot_longer/pivot_wider Changes in version 0.8.1 (2023-01-06) - pairwise_fisher_test is now using MonteCarlo with 10^5 replications - faketrial dataset has new column Responder, useful in logistic regression - compare2qualvars has a new option to test subgroups by recoding other levels into other, default is not to do this - compare2numvars returns ungrouped result tibble - magrittr pipe has been replaced by native pipe - compound assignment (aka 2-way pipe %<>%) has been removed and is no longer exported Changes in version 0.8.0 (2022-09-01) - new function surprisal (Shannon information from p-value) - formatP can add surprisal to output - ggcormat has now p-labels for .05,.01, and .001 labels - roundR can handle input 0 in a more useful way - new function medianse duplicating se_median (deprecated) for naming consistency - some parameter names were anglicized (old one still exist for compatibility) - function compare_n_numvars now allows non-parametric analysis - function roundR handles rounding 0 now properly - help has been extended, new examples have been added - function print_kable is now deprecated, as package flextable offers way more power - function tests have been added - default for FindVars is now more obvious, symbols are only returned if requested Changes in version 0.7.9 (2021-09-06) - formatP returns vector or matrix, depending on input pIn, this makes piping easier - formatP handles wrong inputs by returning NA, e.g. after failed try() - meansd adds spaces around ± - compare2numvars handles cases with more than 2 groups by producing an error - cortestR converts input to matrix - cortestR has bugfix and empty string as changed default for space - compare2numvars has bugfix: Overall n now takes only cases with valid grouping variable content Changes in version 0.7.8 (2021-05-08) - moved testthat from imports to suggests Changes in version 0.7.7 - bugfix in function compare2numvars - extended vignette Changes in version 0.7.6 (2021-05-05) - released on CRAN - added missing value tags - put package names in single quotes Changes in version 0.7.5 - added documentation tags and examples - applied styler tidyverse style - dropped some functions needing further development Changes in version 0.7.4 - this is the first version ready to be released on CRAN after passing all checks