metawho
:package: An R package implementing deft approach for 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 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Keywords
deft-approach
meta-analysis
r-package
subgroup-analysis
Last synced: 6 months ago
·
JSON representation
Repository
:package: An R package implementing deft approach for meta analysis
Basic Info
- Host: GitHub
- Owner: ShixiangWang
- Language: R
- Default Branch: master
- Homepage: https://shixiangwang.github.io/metawho/
- Size: 847 KB
Statistics
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
deft-approach
meta-analysis
r-package
subgroup-analysis
Created over 7 years ago
· Last pushed about 6 years ago
https://github.com/ShixiangWang/metawho/blob/master/
# metawho
[](https://cran.r-project.org/package=metawho)
[](https://cran.r-project.org/package=metawho)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://ci.appveyor.com/project/ShixiangWang/metawho)
[](https://travis-ci.org/ShixiangWang/metawho)
[](https://codecov.io/github/ShixiangWang/metawho?branch=master)
The goal of **metawho** is to provide simple R implementation of
Meta-analytical method to Identify Who Benefits Most from Treatments
(called deft approach, see [reference \#2](#references)).
**metawho** is powered by R package **metafor** and does not support
dataset contains individuals for now. Please use stata package
**ipdmetan** if you are more familar with stata code.
## Installation
You can install the development version of **metawho** from GitHub with:
``` r
remotes::install_github("ShixiangWang/metawho")
```
Or install stable release from CRAN.
## References
If you use this package in academic field, please cite the following
papers:
- Wang, Shixiang, et al. The predictive power of tumor mutational
burden in lung cancer immunotherapy response is influenced by
patients sex. International journal of cancer (2019).
- Fisher, David J., et al. Meta-analytical methods to identify who
benefits most from treatments: daft, deluded, or deft approach?.
bmj 356 (2017): j573.
Owner
- Name: Shixiang Wang (王诗翔)
- Login: ShixiangWang
- Kind: user
- Location: Guangzhou, China
- Company: SYSUCC
- Website: https://shixiangwang.github.io/
- Twitter: WangShxiang
- Repositories: 18
- Profile: https://github.com/ShixiangWang
纯素之道,惟神是守。守而勿失,与神为一
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| ShixiangWang | w****x@s****n | 22 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 8
- Total pull requests: 0
- Average time to close issues: 4 months
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.38
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 5
- 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
- weekly-digest[bot] (5)
- ShixiangWang (3)
Pull Request Authors
Top Labels
Issue Labels
weekly-digest (4)
enhancement (2)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 205 last-month
- Total docker downloads: 41,971
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: metawho
Meta-Analytical Implementation to Identify Who Benefits Most from Treatments
- Homepage: https://github.com/ShixiangWang/metawho
- Documentation: http://cran.r-project.org/web/packages/metawho/metawho.pdf
- License: GPL-3
-
Latest release: 0.2.0
published about 6 years ago
Rankings
Stargazers count: 21.1%
Forks count: 21.9%
Dependent packages count: 29.8%
Average: 33.9%
Dependent repos count: 35.5%
Downloads: 61.3%
Maintainers (1)
Last synced:
7 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5 depends
- metafor * depends
- dplyr * imports
- forestmodel * imports
- magrittr * imports
- purrr * imports
- rlang >= 0.1.2 imports
- stats * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- roxygen2 * suggests
- testthat * suggests