Science Score: 59.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 9 DOI reference(s) in README
  • Academic publication links
    Links to: springer.com, plos.org
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: RobbievanAert
  • Language: R
  • Default Branch: master
  • Size: 4.24 MB
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created about 11 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



[![R-CMD-check](https://github.com/RobbievanAert/puniform/actions/workflows/R-CMD-check.yaml/badge.svg?branch=master)](https://github.com/RobbievanAert/puniform/actions/workflows/R-CMD-check.yaml)

# puniform

Provides meta-analysis methods to correct and assess publication bias and outcome reporting bias. 

The currently included methods are:

+ The *p*-uniform method as described in [van Assen, van Aert, and Wicherts (2015)](https://doi.org/10.1037/met0000025)
+ The *p*-uniform* method as described in [van Aert and van Assen (2025)](https://osf.io/preprints/metaarxiv/zqjr9/)
+ The hybrid method as described in [van Aert and van Assen (2018)](https://link.springer.com/article/10.3758/s13428-017-0967-6) and [van Aert (2025)](https://doi.org/10.1037/met0000719)
+ The Snapshot Bayesian Hybrid Meta-Analysis Method as described in [van Aert and van Assen (2017)](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0175302)
+ The meta-plot [(van Assen et al., 2023)](https://doi.org/10.1027/2151-2604/a000513), which is a visual tool for assessing publication bias in a meta-analysis
+ Helper functions to apply the Correcting for Outcome Reporting Bias (CORB) method to correct for outcome reporting bias in a meta-analysis [(van Aert & Wicherts, 2024)](https://link.springer.com/article/10.3758/s13428-023-02132-2)
    
## Installation

The latest release can be installed directly in R with:

```{r installation, eval = FALSE}
install.packages("puniform")
```

You can install the development version of the puniform package from GitHub with:

```{r gh-installation, eval = FALSE}
install.packages("devtools")
devtools::install_github("RobbievanAert/puniform")
```

## Additional information about the package

The puniform package was written by [Robbie C.M. van Aert](https://robbievanaert.com/).
If you suspect a bug, please report this [here](https://github.com/RobbievanAert/puniform/issues).

Owner

  • Name: Robbie van Aert
  • Login: RobbievanAert
  • Kind: user

GitHub Events

Total
  • Push event: 6
Last Year
  • Push event: 6

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 184
  • Total Committers: 3
  • Avg Commits per committer: 61.333
  • Development Distribution Score (DDS): 0.054
Past Year
  • Commits: 21
  • Committers: 1
  • Avg Commits per committer: 21.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
RobbievanAert R****t@t****u 174
R.C.M. van Aert s****2@c****l 9
unknown s****2@S****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 3
  • Total pull requests: 0
  • Average time to close issues: 1 day
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 3.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
  • Joe-Hilgard (2)
  • LukasWallrich (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 419 last-month
  • Total docker downloads: 21,154
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: puniform

Meta-Analysis Methods Correcting for Publication Bias

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 419 Last month
  • Docker Downloads: 21,154
Rankings
Docker downloads count: 12.6%
Dependent repos count: 23.9%
Average: 24.4%
Stargazers count: 25.5%
Forks count: 27.8%
Downloads: 28.1%
Dependent packages count: 28.7%
Last synced: 6 months ago
conda-forge.org: r-puniform
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 49.9%
Dependent packages count: 51.2%
Stargazers count: 57.0%
Forks count: 57.4%
Last synced: 6 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
DESCRIPTION cran
  • ADGofTest >= 0.3 imports
  • Rcpp >= 0.12.15 imports
  • metafor * imports
  • stats * imports