| var_of_log_odds_ratio_to_var_of_d | R Documentation |
Convert the variance of a log odds ratio to the variance of a Cohen'd (standardized mean difference), as illustrated in Borenstein et al. (2009, p. 47, ISBN: 978-0-470-05724-7)
var_of_log_odds_ratio_to_var_of_d(var_of_log_odds_ratio = NULL)
var_of_log_odds_ratio |
the variance of a log odds ratio (the input can be a vector of values) |
## Not run: var_of_log_odds_ratio_to_var_of_d(1) ## End(Not run)