The goal of hipecR is to offer a collection of useful functions for analyzing patient data, including some essential functions for calculating the Peritoneal Surface Area (PSA) individually for each patient. After determining the global PSA, we can assess the quantitative PSA before and after cytoreduction (surgery). The underlying idea is to provide a reproducible and comparable definition of the resected PSA across different institutions. The next step involves calculating the dosage of chemotherapy during Hyperthermic Intraperitoneal Chemotherapy (HIPEC), adapted to the remaining PSA.
You can install the development version of hipecR like so:
library(devtools) # Make sure that the devtools library is loaded
install_github("tarjae/hipecR")
This is a basic example which shows you how to solve a common problem:
library(hipecR)
## basic example code