Getting Started with ParCC

What is ParCC?

ParCC (Parameter Converter & Calculator) is a decision support tool for Health Technology Assessment (HTA). It bridges the gap between reported clinical statistics and the specific input parameters required for health economic models such as Markov cohort models, decision trees, and partitioned survival models.

Installation

Install ParCC from GitHub:

# install.packages("remotes")
remotes::install_github("drpakhare/ParCC")

Launching the Application

library(ParCC)
run_app()

This opens a browser-based Shiny application with all calculation tools.

The Lab Notebook Workflow

Reproducibility is critical in HTA. Every parameter in your model must be traceable to its source and methodology. ParCC acts as your digital logbook.

The 4-Step Workflow:

  1. Label It: Before calculating, type a specific name in the ‘Label’ box (e.g., “PFS Control Arm” or “Cost of Surgery - AIIMS 2023”).

  2. Calculate & Log: Click the blue action button. This calculates the result AND saves it to your session log with a timestamp.

  3. Review: Navigate to the Report tab to see a table of all logged parameters.

  4. Export: Download the HTML Report. This document serves as a Technical Appendix for your manuscript or HTA dossier, complete with formulas and references.

Application Overview

ParCC provides 12 calculation modules organized into four categories:

Parameter Estimation

Uncertainty Analysis

Financial Adjustments

Decision Outputs

Next Steps

Explore the other vignettes for detailed tutorials:

References

mirror server hosted at Truenetwork, Russian Federation.