View source: R/functions_testing.R
eff_size | R Documentation |
compare two or more EDA objects with a range of statistical tests.
eff_size(
...,
type = c("cohen_d", "paired_cohen_d", "wilcoxon_r", "paired_wilcoxon_r", "cohen_kappa",
"freeman_theta", "cramer_v", "cohen_kappa", "etasq", "partial_etasq",
"kruskal_etasq", "kendall_w"),
exact = TRUE,
ci = TRUE,
boot_method = c("percentile", "bca", "normality")
)
... |
EDA objects, at least two, created by |
type |
type of statistic the effect size. For two numeric EDA objects: independent variable Cohen's D
('cohens_d', |
exact |
logical, should exact values for Chi-squared. Mann-Whitney and Wilcoxon test be returned? |
ci |
logical, should confidence intervals for the test effect size be returned? |
boot_method |
indicates how the bootstrap confidence intervals are calculated. Can be any of 'percentile', 'bca', or 'normality', defaults to 'percentile'. |
EDA object type is coerced to factor or numeric, as appropriate for the requested analysis. The default statistic test results are returned as well: T test for Cohen's D, Mann-Whitney/Wilcoxon test for Wilcoxon r, Chi-squared test results for Cohen's kappa, Cramer's V and Freeman's theta, one-way ANOVA for eta-squared and partial eta-squared, Kruskal-Wallis test for Kruskal eta-squared and Friedman test for Kendall#s W. The p value referst to the statistical test result.
an eTest object with the effect size statistic name as 'estimate' variable, effect size statistic value and with 95/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.