var_error_delta | R Documentation |
\Delta
valuesEstimates the error variance of standardized mean differences (Glass's \Delta
values)
var_error_delta(delta, nc, ne = NA, use_pooled_sd = FALSE, correct_bias = TRUE)
delta |
Vector of Glass' |
nc |
Vector of control-group sample sizes (or the total sample size with the assumption that groups are of equal size, if no experimental-group sample size is supplied). |
ne |
Vector of experimental-group sample sizes. |
use_pooled_sd |
Logical vector determining whether the pooled standard deviation was used ('TRUE') or not ('FALSE', default). |
correct_bias |
Logical argument that determines whether to correct error-variance estimates for small-sample bias in d values ('TRUE') or not ('FALSE'). |
A vector of sampling-error variances.
var_error_delta(delta = .3, nc = 30, ne = 30)
var_error_delta(delta = .3, nc = 60, ne = NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.