wilcox.test() coming in devel versions of R. Changed test case to exact = TRUE because in the devel version, "exact = FALSE always computes the asymptotic approximation of the conditional/permutation distribution, using the same test statistic in both cases".chisq.test()exact = TRUE to wilcox.test() in htest testing to prevent warning produced in r-devel.Add format_stats() methods for aov(), glm(), lme4::glmer(), lmerTest::glmer(), lm(), lme4::lmer(), and lmerTest::lmer().
Add standalone check functions from {rlang}.
format_stats() function to apply to accepted statistical objects (correlations, t-tests, Bayes factors). This is a generic function that recognizes the object class and uses the appropriate method, so it supercedes format_corr() and format_ttest(). format_bf() can still be used to format numeric type Bayes factors.correlation::correlation().build_string() function.{cocoon}.