Computes the effect size estimate Cohen's d for two sets of numerical values
cohens_d(x, y, pooled_sd = TRUE, na.rm = TRUE)
a (non-empty) numeric vector of data values.
a (non-empty) numeric vector of data values.
a logical indicating whether to use the pooled standard
deviation in the calculation of Cohen's d. Defaults to TRUE
.
a logical value indicating whether NA values should be stripped
before the computation proceeds. Defaults to TRUE
.
a dbl
Other t-test: compute_t_test
,
t_test