r.z: r to z

r.zR Documentation

r to z

Description

convert correlation coefficient to fisher's z
correlation coefficient can be either bivariate pearson's r or partial correlation coefficient (hedges & olkin, 1985)

Usage

r.z(r)

Arguments

r

correlation coefficient

Examples

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


phoebehlam/michaela documentation built on Oct. 23, 2024, 4:10 p.m.