{"id":13665896,"url":"https://github.com/guido-s/meta","last_synced_at":"2025-04-06T13:09:46.185Z","repository":{"id":41308954,"uuid":"30601182","full_name":"guido-s/meta","owner":"guido-s","description":"Official Git repository of R package meta","archived":false,"fork":false,"pushed_at":"2024-04-02T14:33:48.000Z","size":8340,"stargazers_count":73,"open_issues_count":0,"forks_count":30,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2024-04-02T18:37:24.646Z","etag":null,"topics":["cran","meta-analysis","r","rstudio"],"latest_commit_sha":null,"homepage":"http://cran.r-project.org/web/packages/meta/index.html","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guido-s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-02-10T16:20:03.000Z","updated_at":"2024-04-15T14:37:18.476Z","dependencies_parsed_at":"2023-10-04T05:35:50.921Z","dependency_job_id":"f124fd91-f1c0-4ba6-bad0-21fdf20d5a66","html_url":"https://github.com/guido-s/meta","commit_stats":{"total_commits":517,"total_committers":5,"mean_commits":103.4,"dds":"0.11605415860735013","last_synced_commit":"6f708f262e815d85d2178a7007c5953553e741e2"},"previous_names":[],"tags_count":101,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guido-s%2Fmeta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guido-s%2Fmeta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guido-s%2Fmeta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guido-s%2Fmeta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guido-s","download_url":"https://codeload.github.com/guido-s/meta/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cran","meta-analysis","r","rstudio"],"created_at":"2024-08-02T06:00:53.216Z","updated_at":"2025-04-06T13:09:46.162Z","avatar_url":"https://github.com/guido-s.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# meta: General Package for Meta-Analysis\nOfficial Git repository of R package **meta**\n\n[![License: GPL (\u003e=2)](https://img.shields.io/badge/license-GPL-blue)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)\n[![CRAN Version](https://www.r-pkg.org/badges/version/meta)](https://cran.r-project.org/package=meta)\n[![GitHub develop](https://img.shields.io/badge/develop-8.1--0-purple)](https://img.shields.io/badge/develop-8.1--0-purple)\n[![Monthly Downloads](https://cranlogs.r-pkg.org/badges/meta)](https://cranlogs.r-pkg.org/badges/meta)\n[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/meta)](https://cranlogs.r-pkg.org/badges/grand-total/meta)\n\n\n## Description\n\nUser-friendly general package providing standard methods for meta-analysis and supporting Schwarzer, Carpenter, and Rücker, \"Meta-Analysis with R\" (2015):\n - common effect and random effects meta-analysis;\n - several plots (forest, funnel, Galbraith / radial, L'Abbe, Baujat, bubble);\n - statistical tests and trim-and-fill method to evaluate bias in meta-analysis;\n - import data from 'RevMan Web' and 'RevMan 5';\n - prediction interval, Hartung-Knapp method for random effects model;\n - cumulative meta-analysis and leave-one-out meta-analysis;\n - meta-regression;\n - generalised linear mixed models;\n - logistic regression with penalised likelihood for rare events;\n - produce forest plot summarising several (subgroup) meta-analyses.\n \n### References\n\n[Schwarzer G, Carpenter JR and Rücker G (2015): *Meta-Analysis with R (Use-R!)*. Springer International Publishing, Switzerland](https://link.springer.com/book/10.1007/978-3-319-21416-0)\n\n\n## Installation\n\n### Current official [![CRAN Version](https://www.r-pkg.org/badges/version/meta)](https://cran.r-project.org/package=meta) release:\n```r\ninstall.packages(\"meta\")\n```\n\n### Current [![GitHub develop](https://img.shields.io/badge/develop-8.1--0-purple)](https://img.shields.io/badge/develop-8.1--0-purple) release on GitHub:\n\nInstallation using R package\n[**remotes**](https://cran.r-project.org/package=remotes):\n```r\ninstall.packages(\"remotes\")\nremotes::install_github(\"guido-s/meta\", ref = \"develop\", build_vignettes = TRUE)\n```\n\n\n### Bug Reports:\n\nYou can report bugs on GitHub under\n[Issues](https://github.com/guido-s/meta/issues)\n\nor by using the R command\n\n```r\nbug.report(package = \"meta\")\n```\n\n(which is not supported in RStudio).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguido-s%2Fmeta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguido-s%2Fmeta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguido-s%2Fmeta/lists"}