An interactive application to visualise meta-analysis data as a physical weighing machine
Usage
MetaAnalyser(dat, rstudio = FALSE)
MetaAnalyzer(dat, rstudio = FALSE)
Arguments
dat
Meta-analysis data. This should be a data frame with three columns, called "name", "est" and "se" giving the study name, study-specific parameter estimates and corresponding standard errors respectively.
Numeric or character study names are permitted. If the data frame has more than three columns, the first three are used. If the first three columns are called "name", "est" and "se" in some order, they are re-ordered appropriately, otherwise they are re-named.
rstudio
The default of FALSE opens the app in the system default web browser. If running RStudio and rstudio=TRUE, the app is opened in the RStudio built-in viewer.
Value
None
Details
Opens a web browser with the interactive application.
If dat is omitted, the default magnesium dataset is used.