get_fisher_z | R Documentation |
The Fisher r-to-z transformation implied to compare the correlations in two groups
get_fisher_z(dat, zyg, vars, compare = character(0))
dat |
the data.frame with the variables zyg and paste(vars, rep(1:2, each = nv)) |
zyg |
the name of the zygosity variable (character string), must have exactly two levels |
vars |
the names of the variables to perform the test. If vars = c('X', 'Y', 'Z'), the function looks for c('X1', 'Y1', 'Z1', 'X2', 'Y2', 'Z2') |
compare |
the labels of groups to compare, must be either character(0) or length of 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.