Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guido-s/metainc
https://github.com/guido-s/metainc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guido-s/metainc
- Owner: guido-s
- License: gpl-2.0
- Created: 2023-12-14T13:45:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T13:44:38.000Z (5 months ago)
- Last Synced: 2024-07-29T17:45:53.556Z (5 months ago)
- Language: R
- Size: 917 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# metainc: Assessment of Inconsistency in Meta-Analysis
Official Git repository of R package **metainc**[![License: GPL (>=2)](https://img.shields.io/badge/license-GPL-blue)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![CRAN Version](https://www.r-pkg.org/badges/version/metainc)](https://cran.r-project.org/package=metainc)
[![Monthly Downloads](https://cranlogs.r-pkg.org/badges/metainc)](https://cranlogs.r-pkg.org/badges/metainc)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/metainc)](https://cranlogs.r-pkg.org/badges/grand-total/metainc)## Description
The metainc package allows for an assessment of inconsistency in
meta-analysis by calculating the Decision Inconsistency index (DI) and
the Across-Studies Inconsistency (ASI) index. These indices quantify
inconsistency taking into account outcome-level decision thresholds.## Installation
### Current official [![CRAN Version](https://www.r-pkg.org/badges/version/metainc)](https://cran.r-project.org/package=metainc) release:
```r
install.packages("metainc")
```### Current beta / GitHub release:
Installation using R package
[**remotes**](https://cran.r-project.org/package=remotes):
```r
install.packages("remotes")
remotes::install_github("guido-s/metainc")
```### Bug Reports:
You can report bugs on GitHub under
[Issues](https://github.com/guido-s/metainc/issues)or by using the R command
```r
bug.report(package = "metainc")
```(which is not supported in RStudio).