Skip to content

Collection of R Packages that support analysis for the purposes of Health Technology Assessment (HTA)

License

Notifications You must be signed in to change notification settings

baron78/Global-HTA-Evidence-Open

 
 

Repository files navigation

Global HTA Evidence Open

This repository contains code and analysis made open source from Global HTA Evidence.

Rpackages

flexsurvPlus

This package facilitates performing survival analysis to support the creation of Excel based economic models by providing helper functions to use alongside the flexsurv package.

installation code

devtools::install_github(
  "roche/Global-HTA-Evidence-Open", 
  subdir = "/Rpackages/flexsurvPlus"
  )

documentation

https://roche.github.io/Global-HTA-Evidence-Open/Rpackages/flexsurvPlus/docs/index.html

gemtcPlus

This package implements some convinience functions for perfoming Bayesian NMA using the gemtc package for standard models (binary data, hazard ratio data). It also contains some more advanced models for time-to-event data with time varying hazard ratios, such as fractional polynomial NMAs and piecewise exponential NMA models.

Documentation

https://roche.github.io/Global-HTA-Evidence-Open/Rpackages/gemtcPlus/docs/index.html

Installation code

First ensure you have installed from CRAN gemtc package and rjags package and that you also have JAGS installed.

devtools::install_github(
  "roche/Global-HTA-Evidence-Open", 
  subdir = "Rpackages/gemtcPlus"
  )

MAIC

This package facilitates performing matching-adjusted indirect comparison (MAIC) anaylsis for a disconnected treatment network where the endpoint of interest is either time-to-event (e.g. overall survival) or binary (e.g. objective tumor response).

Documentation

https://roche.github.io/Global-HTA-Evidence-Open/Rpackages/MAIC/docs/index.html

Installation code

devtools::install_github(
  "roche/Global-HTA-Evidence-Open", 
  subdir = "Rpackages/MAIC"
  )

rpsftmPlus

This package implements some convinience functions for working with the rpsftm package and general analysis of trials affected by treatment switching.

Documentation

https://roche.github.io/Global-HTA-Evidence-Open/Rpackages/rpsftmPlus/docs/index.html

Installation code

devtools::install_github(
  "roche/Global-HTA-Evidence-Open", 
  subdir = "Rpackages/rpsftmPlus"
  )

About

Collection of R Packages that support analysis for the purposes of Health Technology Assessment (HTA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 73.7%
  • CSS 15.8%
  • JavaScript 10.5%