maicplus

open source R package for MAIC

https://github.com/hta-pharma/maicplus

Science Score: 39.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 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

open source R package for MAIC

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • Open Issues: 28
  • Releases: 4
Created over 3 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog

README.md

maicplus maicplus website

Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. CRAN
status Code
Coverage

Overview

The maicplus package provides tools to perform matching-adjusted indirect comparison (MAIC) analysis. MAIC is a method used to adjust for differences in baseline characteristics between treatment groups in indirect comparisons, typically where patient-level data are available for one treatment but only aggregate-level data are available for the comparator treatment.

Features

  • Perform MAIC analysis for time-to-event endpoints (e.g. overall survival) or binary endpoints (e.g. objective tumor response).

  • Perform unanchored analysis when comparing single-arm trials or anchored analysis when there exists a common comparator between trials.

  • User-friendly functions to facilitate the analysis process.

  • Comprehensive documentation and examples to guide users through the analysis.

Installation

You can install the latest version of maicplus on CRAN with:

r install.packages('maicplus')

or you can install the development version with:

r remotes::install_github("hta-pharma/maicplus")

Tutorial

To learn how to use the maicplus R package, refer to the package website (hta-pharma.github.io/maicplus/).

Bibliography

Chen G, Seo M, Antoniou M, Belleli R, Kalyvas C, Gravestock I. SA83 {Maicplus}: An R Package to Support Analysis and Reporting of Matching Adjusted Indirect Treatment Comparisons (MAIC) for HTA Dossiers. Value in Health. 2023;26(12):S558. doi:10.1016/j.jval.2023.09.2992

Phillippo D, Ades T, Dias S, Palmer S, Abrams KR, Welton N. NICE DSU Technical Support Document 18: Methods for Population-Adjusted Indirect Comparisons in Submissions to NICE. Vol 18. NICE Decision Support Unit; 2016.

Owner

  • Name: HTA Pharma
  • Login: hta-pharma
  • Kind: organization

For open-source and high-quality R tools to be used in HTA and market access space of pharmaceutical and biotech

GitHub Events

Total
  • Create event: 26
  • Release event: 4
  • Issues event: 42
  • Watch event: 7
  • Delete event: 23
  • Member event: 2
  • Issue comment event: 61
  • Push event: 298
  • Pull request review event: 33
  • Pull request review comment event: 15
  • Pull request event: 34
  • Fork event: 1
Last Year
  • Create event: 26
  • Release event: 4
  • Issues event: 42
  • Watch event: 7
  • Delete event: 23
  • Member event: 2
  • Issue comment event: 61
  • Push event: 298
  • Pull request review event: 33
  • Pull request review comment event: 15
  • Pull request event: 34
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 30
  • Total pull requests: 28
  • Average time to close issues: 2 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 6
  • Total pull request authors: 6
  • Average comments per issue: 0.37
  • Average comments per pull request: 2.21
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 9
  • Pull requests: 10
  • Average time to close issues: 26 days
  • Average time to close pull requests: 1 day
  • Issue authors: 4
  • Pull request authors: 4
  • Average comments per issue: 0.56
  • Average comments per pull request: 1.1
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • MikeJSeo (28)
  • gravesti (21)
  • hoppanda (18)
  • aganiyu10 (2)
  • ckalyvas (1)
  • conorchand (1)
  • liuxiangyu127 (1)
  • Ebonleo (1)
  • Sufeine (1)
Pull Request Authors
  • MikeJSeo (20)
  • hoppanda (17)
  • gravesti (16)
  • miranta-antoniou-roche (2)
  • jinjliu (1)
  • Polkas (1)
  • ckalyvas (1)
Top Labels
Issue Labels
this version (29) next version (6) question (1) version plan (1)
Pull Request Labels
documentation (1) this version (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 298 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: maicplus

Matching Adjusted Indirect Comparison

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 298 Last month
Rankings
Dependent packages count: 27.8%
Dependent repos count: 34.3%
Average: 49.7%
Downloads: 87.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.6 depends
  • plumber * imports
  • shiny * imports
  • stringr * imports
  • survival * imports
  • future * suggests
  • httr * suggests
  • knitr * suggests
  • shinytest * suggests
  • testthat >= 2.0 suggests
inst/dev/MAIC/MAIC-main/DESCRIPTION cran
  • R >= 2.10 depends
  • assertthat >= 0.2.1 imports
  • dplyr >= 0.8.4 imports
  • ggplot2 >= 3.3.0 imports
  • magrittr >= 1.5 imports
  • stats >= 2.0 imports
  • survival >= 3.1 imports
  • tidyselect >= 1.0.0 imports
  • boot * suggests
  • flextable * suggests
  • knitr * suggests
  • officer * suggests
  • survminer * suggests
  • testthat * suggests
.github/workflows/check.yaml actions
.github/workflows/docs.yaml actions
.github/workflows/release.yaml actions