var_of_log_odds_ratio_to_var_of_d {kim}R Documentation

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

## Not run: 
var_of_log_odds_ratio_to_var_of_d(1)

## End(Not run)

[Package kim version 0.5.422 Index]