# NOT RUN {
# A meta-analysis of 13 studies studying the correlation between sensation
# seeking scores and levels of monoamine oxidase (Zuckerman, 1994).
sensation <- mc.heterogeneity:::sensation
# n is a list of samples sizes
n <- sensation$n
# Pearson's correlation
r <- sensation$r
# Fisher's Transformation
z <- 1/2*log((1+r)/(1-r))
# }
# NOT RUN {
#' mc.run <- mc.fcor(n, z, model = 'random', p_cut = 0.05)
# }
# NOT RUN {
## Note: this mc.fcor() function will soon be deprecated
## and replaced by \link[boot.heterogeneity]{boot.fcor} in
## package [boot.heterogeneity](https://CRAN.R-project.org/package=boot.heterogeneity).
# }
Run the code above in your browser using DataLab