Git Product home page Git Product logo

cdx2cea's Introduction

DOI

cdx2cea

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:

The release that accompanies the published article has been archived in zenodo: https://zenodo.org/record/5093594#.YPYyDy1h1qs

How to cite this package in your article

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

Preliminaries

  • Install RStudio
  • Install devtools to install cdx2cea 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:

and understanding the use of multidimensional arrays to represent cSTM dynamics in R described in:

and familiarizing with the DARTH coding framework described in:

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.

Usage and installation

cdx2cea repository could be used in two different ways:

  1. Regular coding template for using it to generate a repository of your own model-based decision or cost-effectiveness analysis
  2. R package for using it as a standalone package to run current functions of cdx2cea

Use repository as a regular coding template

  1. On the cdx2cea GitHub repository, navigate to the main page of the repository (https://github.com/feralaes/cdx2cea).
  2. Above the file list, click Clone or download and select either
    1. Open in desktop, which requires the user to have a GitHub desktop installed, or
    2. Download zip that will ask the user to download the whole repository as a .zip file.
  3. Open the RStudio project cdx2cea.Rproj.
  4. 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:
# Install development version from GitHub
devtools::install_github("feralaes/cdx2cea")
  1. In RStudio, load all the functions and data from the repository by typing devtools::load_all(".")
  2. Run all the decision modeling modules in the analysis folder.

Use as an R package

  1. Install the development version of cdx2cea from GitHub with:
devtools::install_github("feralaes/cdx2cea")
  1. Load all the functions and data from the repository by typing
library(cdx2cea)

Citation

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

Acknowledgements

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.

cdx2cea's People

Contributors

feralaes avatar andrealuviano avatar

Stargazers

Giandomenico Bisaccia avatar Niall Davison avatar Yuxian Chen avatar Mark Bounthavong avatar

Watchers

James Cloos avatar  avatar Wael Mohammed avatar

cdx2cea's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.