upreportdashoard: Meta-analysis reportshiny app, using shinydashboard (improved...

Description Usage Arguments Examples

View source: R/upreportdashboard.R

Description

Meta-analysis reportshiny app, using shinydashboard (improved version)

Usage

1
2
upreportdashoard(initialprotocol = TRUE, initialreport = TRUE, pair=FALSE,
net = FALSE, data = NULL, outputformat = "pdf",clearproto = FALSE)

Arguments

initialprotocol

logical value to indicate if it is the initial protocol, by default is TRUE.

initialreport

logical value to indicate if it is the initial review, by default is TRUE.

pair

logical value to indicate if pairwaise analysis should be run, by default it is FALSE. To run pair is needed to specify the data.

net

logical value to indicate if the analysisi will include a network meta-analysis, by default it is FALSE.

data

list with two components, a data frame with treatment information for the pairwise meta-analysis (treat1 and treat2), id to identify each observation and trt.pair with the string name for the pairwise comparison in alphabetic order, generated using pairwise_metafor in data folder. The second element is a list with the pairwise meta-analysis models generated using pairwise_metafor in data folder

outputformat

format to download protocol and report

clearproto

only keep the latest protocol file

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

upreportdashoard(initialprotocol = TRUE, initialreport = TRUE,pair =FALSE,
net = FALSE, data = NULL,outputformat="pdf", clearproto =FALSE)  

 upreportdashoard(initialprotocol = TRUE, initialreport = TRUE, pair =TRUE,
  net = FALSE, data = modstrMTCdata,outputformat = "pdf")
  

## End(Not run)

natydasilva/metawRite documentation built on May 23, 2019, 12:23 p.m.