statsreportr (development version)
-
report_pc()now supports thegroupargument to specify grouping variables to filter the pairwise comparisons.
statsreportr 0.0.0.9006
-
report_pc()now takes into consideration the order of namedeffectargument to determine the direction of the effect size in the output.
statsreportr 0.0.0.9005
-
report_pc()fixed bug in data selection during effect size calculation.
statsreportr 0.0.0.9004
-
report_pc()now is able to report effect sizes for pairwise comparisons. The effect size is calculated using theemmeans::eff_size()function.
statsreportr 0.0.0.9003
-
cor_test()andreport_cor()added to the package. These functions are used to report the results of correlation tests.cor_test()is modified version ofrstatix::cor_test()that will save the degrees of freedom of a Pearson correlation in the output, andreport_cor()formats the results for reporting in R Markdown and Quarto documents.
statsreportr 0.0.0.9002
-
report_pc()added to the package. This function is used to report the results of a pairwise comparison test. It is designed to be used in conjunction with the functionemmeans_test()from the ‘rstatix’ R package, and to be used in inline r code within R Markdown and Quarto documents.
statsreportr 0.0.0.9001
-
report_mean_sd()andreport_mean_sem()added to the package. These functions are used to report the mean and standard deviation or standard error of a dataset, respectively. They are designed to be used in inline r code within R Markdown and Quarto documents.
statsreportr 0.0.0.9000
report_anova()andreport_t()added to the package. These functions are used to report the results of ANOVA and t-tests, respectively. They are designed to be used in conjunction with the functionsanova_test()andt_test()from the ‘rstatix’ R package, and to be used in inline r code within R Markdown and Quarto documents.report_anova()also works withaov()objects by runningrstatix::anova_summary()on the object before reporting the results.format_p()added to the package. This function is used to format p-values in a report-ready format. It is mainly used to format the p-values within thereport_*()functions, but is available for use in other contexts as well.
