multibiasmeta
R package for multiple biases in meta-analysis
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.3%) to scientific vocabulary
Repository
R package for multiple biases in meta-analysis
Basic Info
- Host: GitHub
- Owner: mathurlabstanford
- License: other
- Language: R
- Default Branch: main
- Homepage: https://mathurlabstanford.github.io/multibiasmeta/
- Size: 5.48 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
multibiasmeta
multibiasmeta is an R package that provides bias correction and sensitivity analysis for the joint effects of within-study and across-study biases in meta-analysis (per Mathur, 2022).
Installation
You can install multimetabias from CRAN:
r
install.packages("multibiasmeta")
Or you can install the development version of multibiasmeta from GitHub with:
``` r
install.packages("devtools")
devtools::install_github("mathurlabstanford/multibiasmeta") ```
Example
Calculate the meta-analytic effect size estimate, correcting for 1) publication
bias with an assumed selection ratio of 4 (i.e., affirmative results are 4x more
likely to be published than nonaffirmative ones); 2) internal biases with
assumed mean values (on the same scale as yi values).
r
library(multibiasmeta)
multibias_meta(yi = meta_meat$yi, vi = meta_meat$vi, biased = TRUE, selection_ratio = 4,
bias_affirmative = log(1.5), bias_nonaffirmative = log(1.1))
Calculate how high mean internal bias would need to be to attenuate the effect size estimate to the null, assuming a selection ratio of 4.
r
multibias_evalue(yi = meta_meat$yi, vi = meta_meat$vi, selection_ratio = 4,
biased = !meta_meat$randomized)
Owner
- Name: Mathur Lab at Stanford
- Login: mathurlabstanford
- Kind: organization
- Email: mathurlabstanford@gmail.com
- Repositories: 7
- Profile: https://github.com/mathurlabstanford
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 60
- Total Committers: 2
- Avg Commits per committer: 30.0
- Development Distribution Score (DDS): 0.183
Top Committers
| Name | Commits | |
|---|---|---|
| Mika Braginsky | m****r@g****m | 49 |
| Maya Mathur | m****r@s****u | 11 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: almost 2 years ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 21 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mikabr (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 223 last-month
- Total docker downloads: 21,613
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: multibiasmeta
Sensitivity Analysis for Multiple Biases in Meta-Analyses
- Homepage: https://github.com/mathurlabstanford/multibiasmeta
- Documentation: http://cran.r-project.org/web/packages/multibiasmeta/multibiasmeta.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2.2
published almost 3 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 4.1.0 depends
- EValue * imports
- Rdpack * imports
- dplyr * imports
- metafor * imports
- purrr * imports
- rlang * imports
- robumeta * imports
- testthat >= 3.0.0 suggests