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