inst/MetaAnalyser/global.R

library(shiny)
library(ggvis)
library(DT) # for data table
library(MetaAnalyser) # for example data and meta-analysis summary statistics

#options(warn=2)
#options(shiny.error=recover)

## Global variable containing studies added by the user on top of current data
globals <- list(
    newdata=NULL,
    pool=0  # current pooled estimate: used for tilt angle
)

Try the MetaAnalyser package in your browser

Any scripts or data that you put into this service are public.

MetaAnalyser documentation built on May 1, 2019, 10:11 p.m.