d.r | R Documentation |
cohen's d to correlation coefficient
d.r(d, n1, n2, dir)
d |
cohen's d |
n1 |
cell size of group 1 (if missing, defaults correction factor a = 4, assumes n1=n2) |
n2 |
cell size of group 2 (if missing, defaults correction factor a = 4, assumes n1=n2) |
dir |
if cohen's d is in absolute value, provide the empirical direction: |
k |
total number of predictors |
d.t(.80, 15, 20, 1, -1)
dat %>% mutate (t_from_d = d.t(cohend, stress_n, control_n, numpred, emp_dir)) -> dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.