funnelplot(table, binary=TRUE, mean.sd=TRUE, higher.is.better=NA, outlook=NA, vpos=NA, pos=NA, neg=NA, vneg=NA, level=95, binary.measure="RR", continuous.measure="SMD", summary.measure="SMD", method="DL", random.number.seed=NA, sims=1, smd.noise=0.01, title="", pch.pub=19, pch.unpub=0)
TRUE
if the outcomes are binary events; FALSE if the outcome data is continuous.TRUE
if the data set includes the mean and standard deviation of the both the control and experimental arms of studies with continuous outcomes; FALSE
otherwise.TRUE
if higher counts of binary events or higher continuous outcomes are desired; FALSE
otherwise. For continuous outcomes, set as FALSE if a lower outcome (eg. a more negative number) is desired."very positive"
, "positive"
, "current effect"
, "negative"
, "very negative"
, "no effect"
, "very positive CL"
, "positive CL"
, "negative CL"
, "very negative CL"
."very positive"
outlook."positive"
outlook."negative"
outlook."very negative"
outlook.NA
if results are to be randomized each time. Set this value to a integer between 0 and 255 if results are to be consistent (for purposes of testing and comparison).forestsens
library(SAMURAI)
data(Hpylori)
funnelplot(Hpylori, binary=TRUE, higher.is.better=FALSE,
outlook="very negative")
data(greentea)
funnelplot(greentea, binary=FALSE, higher.is.better=FALSE)
Run the code above in your browser using DataLab