Skip to contents

Converts d to an RR scale via the VanderWeele-Ding approximation RR ~ exp(0.91 * d), then applies e_value_rr().

Usage

e_value_d(d, se = NULL, n = NULL)

Arguments

d

Standardised mean difference.

se

Standard error of d (optional).

n

Sample size for SE approximation (optional).

Value

A morie_evalue named-list.

Examples

res <- e_value_d(0.5, se = 0.1)
res$e_value_point
#> [1] 2.529142
e_value_d(0.5, n = 100)$e_value_point
#> [1] 2.529142