# NOT RUN {
# Locate export data file "Fleiss93_CR.csv" in sub-directory of
# package "meta"
#
filename <- system.file("extdata", "Fleiss93_CR.csv", package = "meta")
Fleiss93_CR <- read.rm5(filename)
# Print results for all tests of small-study effects
#
metabias(Fleiss93_CR, k.min = 5)
# Print result of test of small-study effects for second outcome in
# first comparison
#
metabias(Fleiss93_CR, comp.no = 1, outcome.no = 2, k.min = 5)
# }
Run the code above in your browser using DataLab