This package is currently under active development and the code subject to change.
qalytools provides a simple and intuitive user interface for the analysis of EQ-5D surveys. It builds upon the eq5d package to facilitate the calculation of QALY metrics, and other related values, across multiple surveys.
Installation
The development version of the package can be installed via:
repos <- c("https://timtaylor.r-universe.dev", getOption("repos"))
install.packages("qalytools", repos = repos)
Guidance
Once installed the best way to familiarise yourself with the package is to view the included documentation:
-
vignette("qalytools")
provides an introduction to the main functionality of the package. -
vignette("example_analysis")
illustrates how to use the package as part of a larger analysis.