All Projects → guido-s → meta

guido-s / meta

Licence: GPL-2.0 License
Official Git repository of R package meta

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to meta

Rmdformats
HTML output formats for RMarkdown documents
Stars: ✭ 492 (+925%)
Mutual labels:  cran, rstudio
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+312.5%)
Mutual labels:  cran, rstudio
MAVIS
MAVIS: Meta Analysis via Shiny
Stars: ✭ 32 (-33.33%)
Mutual labels:  cran, meta-analysis
SimInf
A framework for data-driven stochastic disease spread simulations
Stars: ✭ 21 (-56.25%)
Mutual labels:  cran
hrbraddins
Additional Addins for RStudio
Stars: ✭ 62 (+29.17%)
Mutual labels:  rstudio
jpndistrict
🗾 Create Japansese Administration Area Maps
Stars: ✭ 18 (-62.5%)
Mutual labels:  cran
FLightR
R package to position animals with solar geolocation archival tags
Stars: ✭ 16 (-66.67%)
Mutual labels:  cran
csvy
Import and Export CSV Data With a YAML Metadata Header
Stars: ✭ 52 (+8.33%)
Mutual labels:  cran
job
job: free Your RStudio Console
Stars: ✭ 221 (+360.42%)
Mutual labels:  rstudio
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-70.83%)
Mutual labels:  cran
polyclip
R package polyclip: a port of the Clipper library for polygon geometry
Stars: ✭ 18 (-62.5%)
Mutual labels:  cran
shiny.fluent
Microsoft's Fluent UI for Shiny apps
Stars: ✭ 170 (+254.17%)
Mutual labels:  rstudio
ggbash
A simpler ggplot2 syntax, saving half of your typing.
Stars: ✭ 79 (+64.58%)
Mutual labels:  cran
taller SparkR
Taller SparkR para las Jornadas de Usuarios de R
Stars: ✭ 12 (-75%)
Mutual labels:  rstudio
anomalyDetection
An R package for implementing augmented network log anomaly detection procedures
Stars: ✭ 21 (-56.25%)
Mutual labels:  cran
worldfootballR
A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat and fotmob
Stars: ✭ 188 (+291.67%)
Mutual labels:  cran
profmem
🔧 R package: profmem - Simple Memory Profiling for R
Stars: ✭ 32 (-33.33%)
Mutual labels:  cran
ridge
CRAN R Package: Ridge Regression with automatic selection of the penalty parameter
Stars: ✭ 17 (-64.58%)
Mutual labels:  cran
rprotobuf
R Interface to Protocol Buffers
Stars: ✭ 62 (+29.17%)
Mutual labels:  cran
flowmapblue.R
Flowmap.blue widget for R
Stars: ✭ 42 (-12.5%)
Mutual labels:  rstudio

meta: General Package for Meta-Analysis

Official Git repository of R package meta

Build Status CRAN Version Monthly Downloads Total Downloads

Description

User-friendly general package providing standard methods for meta-analysis and supporting Schwarzer, Carpenter, and Rücker, "Meta-Analysis with R" (2015):

  • fixed effect and random effects meta-analysis;
  • several plots (forest, funnel, Galbraith / radial, L'Abbe, Baujat, bubble);
  • statistical tests and trim-and-fill method to evaluate bias in meta-analysis;
  • import data from 'RevMan 5';
  • prediction interval, Hartung-Knapp method for random effects model;
  • cumulative meta-analysis and leave-one-out meta-analysis;
  • meta-regression;
  • generalised linear mixed models;
  • produce forest plot summarising several (subgroup) meta-analyses.

References

Schwarzer G, Carpenter JR and Rücker G (2015): Meta-Analysis with R (Use-R!). Springer International Publishing, Switzerland

Installation

Current official CRAN Version release:

install.packages("meta")

Current beta / GitHub release:

Installation using R package remotes:

install.packages("remotes")
remotes::install_github("guido-s/meta", ref = "develop")

Bug Reports:

bug.report(package = "meta")

The bug.report function is not supported in RStudio. Please send an email to Guido Schwarzer [email protected] if you use RStudio.

You can also report bugs on GitHub under Issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].