Skip to contents


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 long form documentation:

  • vignette("qalytools") provides an introduction to the main functionality of the package.
  • The package website also has an ‘EQ5D Analysis’ article that illustrates how to use the package with more context.