cdx2cea
is an R package that
implements the cost-effectiveness analysis (CEA) of testing average-risk
Stage II colon cancer patients for the absence of CDX2 biomarker
expression followed by adjuvant chemotherapy.
cdx2cea
is part of the
following manuscript:
- Alarid-Escudero F, Schrag D, Kuntz KM. “CDX2 biomarker testing and adjuvant therapy for stage II colon cancer: An exploratory cost-effectiveness analysis” Value in Health 2022; 25(3):409-418. https://doi.org/10.1016/j.jval.2021.07.019
The release that accompanies the published article has been archived in zenodo: https://zenodo.org/record/5093594#.YPYyDy1h1qs
You can cite this package like this “we based our analysis using the cdx2cea R package (Alarid-Escudero F, Schrag D, and Kuntz KM 2021)”. Here is the full bibliographic reference to include in your reference list for the manuscript and the package (don’t forget to update the ‘last accessed’ date):
Alarid-Escudero F, Schrag D, Kuntz KM. “CDX2 biomarker testing and adjuvant therapy for stage II colon cancer: An exploratory cost-effectiveness analysis”. Value in Health 2022; 25(3):409-418.
Alarid-Escudero F, Schrag D, Kuntz KM (2021). {cdx2cea}: A cost-efectiveness analysis of testing stage II colon cancer patients for the absence of CDX2 biomarker followed by adjuvant chemotherapy (Version v1.0.0). Zenodo. 10.5281/zenodo.5093594. Last accessed 12 July 2021
- Install RStudio
- Install
devtools
to installcdx2cea
as a package and modify it to generate your own package
# Install release version from CRAN
install.packages("devtools")
# Or install development version from GitHub
# devtools::install_github("r-lib/devtools")
We recommend reading the tutorials on cohort state-rtansition models (cSTMs) in R:
-
Alarid-Escudero F, Krijkamp EM, Enns EA, Yang A, Hunink MGM, Pechlivanoglou P, Jalal H. An Introductory Tutorial on Cohort State-Transition Models in R Using a Cost-Effectiveness Analysis Example. Medical Decision Making, 2023;43(1):3-20. https://doi.org/10.1177/0272989X221103163
-
Alarid-Escudero F, Krijkamp EM, Enns EA, Yang A, Hunink MGM, Pechlivanoglou P, Jalal H. A Tutorial on Time-Dependent Cohort State-Transition Models in R using a Cost-Effectiveness Analysis Example. Medical Decision Making. 2023;43(1):21-41. https://doi.org/10.1177/0272989X221121747
and understanding the use of multidimensional arrays to represent cSTM dynamics in R described in:
- Krijkamp EM, Alarid-Escudero F, Enns EA, Pechlivanoglou P, Hunink MGM, Yang A, Jalal HJ. A multidimensional array representation of state-transition model dynamics. Medical Decision Making, 2020;40(2):242-248. https://doi.org/10.1177/0272989X19893973,
and familiarizing with the DARTH coding framework described in:
- Alarid-Escudero F, Krijkamp EM, Pechlivanoglou P, Jalal HJ, Kao SYZ, Yang A, Enns EA. A Need for Change! A Coding Framework for Improving Transparency in Decision Modeling. PharmacoEconomics, 2190;37(11):1329–1339. https://doi.org/10.1007/s40273-019-00837-x
To run the CEA, you require dampack
: Decision-Analytic Modeling
Package, an
R package for analyzing and visualizing the health economic outputs of
decision models.
cdx2cea
repository could be used in two different ways:
- Regular coding template for using it to generate a repository of your own model-based decision or cost-effectiveness analysis
- R package for using it as a standalone
package to run current functions of
cdx2cea
- On the
cdx2cea
GitHub repository, navigate to the main page of the repository (https://github.com/feralaes/cdx2cea). - Above the file list, click Clone or download and select either
- Open in desktop, which requires the user to have a GitHub desktop installed, or
- Download zip that will ask the user to download the whole repository as a .zip file.
- Open the RStudio project
cdx2cea.Rproj
. - Install all the required and suggested packages listed in the
DESCRIPTION
file in the main folder of the repository
- To install
cdx2cea
, please follow these instructions:
- To install
# Install development version from GitHub
devtools::install_github("feralaes/cdx2cea")
- In RStudio, load all the functions and data from the repository by
typing
devtools::load_all(".")
- Run all the decision modeling modules in the analysis folder.
- Install the development version of
cdx2cea
from GitHub with:
devtools::install_github("feralaes/cdx2cea")
- Load all the functions and data from the repository by typing
library(cdx2cea)
Alarid-Escudero F, Schrag D, Kuntz KM (2021). cdx2cea: A cost-efectiveness analysis of testing stage II colon cancer patients for the absence of CDX2 biomarker followed by adjuvant chemotherapy (Version v1.0.0). Zenodo. http://doi.org/10.5281/zenodo.5093594
This work was supported by a grant from Fulbright and the National Council of Science and Technology of Mexico (CONACYT) and a Doctoral Dissertation Fellowship from the Graduate School of the University of Minnesota as part of Dr. Alarid-Escudero’s doctoral program. Drs. Kuntz and Alarid-Escudero were supported by two grants from the National Cancer Institute at the National Institutes of Health (grant numbers U01-CA-199335 and U01-CA-253913) as part of the Cancer Intervention and Surveillance Modeling Network (CISNET). The funding agencies had no role in the design of the study, interpretation of results, or writing of the manuscript. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health. The funding agreement ensured the authors’ independence in designing the study, interpreting the data, writing, and publishing the report. No other funding noted.