Web application to visualise meta-analysis as physical weights on scales. https://chjackson.shinyapps.io/MetaAnalyser
R CSS
Switch branches/tags
Nothing to show
Latest commit 26967fd Oct 12, 2016 @chjackson Changes for 0.2.1
Permalink
Failed to load latest commit information.
R
data-raw
data
inst
man
.Rbuildignore
DESCRIPTION
MetaAnalyser.Rproj
NAMESPACE
README.md

README.md

MetaAnalyser

A web application to visualise meta-analysis as physical weights on scales, and its R interface.

See J. Bowden and C. Jackson Weighing evidence with the Meta-Analyser, The American Statistician (2016) Available online, [http://dx.doi.org/10.1080/00031305.2016.1165735] (http://dx.doi.org/10.1080/00031305.2016.1165735).

See also the MetaAnalyser demo at shinyapps.

Installation

Stable release on CRAN

install.packages("MetaAnalyser")

Development version on GitHub

install.packages("devtools") # if devtools not already installed
devtools::install_github('rstudio/DT')
devtools::install_github('chjackson/MetaAnalyser')

# Test with
library(MetaAnalyser)
MetaAnalyser()