Estimate the error variance of Glass' delta values
var_error_delta(delta, nc, ne = NA, use_pooled_sd = FALSE,
correct_bias = TRUE)
Vector of Glass' delta values.
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).
Vector of experimental-group sample sizes.
Logical vector determining whether the pooled standard deviation was used (TRUE) or not (FALSE). FALSE by default.
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.
# NOT RUN {
var_error_delta(delta = .3, nc = 30, ne = 30)
var_error_delta(delta = .3, nc = 60, ne = NA)
# }
Run the code above in your browser using DataLab