r.z | R Documentation |
convert correlation coefficient to fisher's z
correlation coefficient can be either bivariate pearson's r or partial correlation coefficient (hedges & olkin, 1985)
r.z(r)
r |
correlation coefficient |
single value
r.z(.3)
dplyr examples: dataset named "dat" with a column of correlation coefficient values named "corr", create a new var called "z"
dat %>% mutate (z = r.z(corr)) -> dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.