Learn R Programming

kim (version 0.6.1)

var_of_log_odds_ratio_to_var_of_d: Convert variance of log odds ratio to variance of d

Description

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)

Usage

var_of_log_odds_ratio_to_var_of_d(var_of_log_odds_ratio = NULL)

Arguments

var_of_log_odds_ratio

the variance of a log odds ratio (the input can be a vector of values)

Examples

Run this code
if (FALSE) {
var_of_log_odds_ratio_to_var_of_d(1)
}

Run the code above in your browser using DataLab