DARTH-git / dampack

Decision Analytic Modeling (DAM) package is a suite of functions for analyzing and visualizing the health economic outputs of mathematical models
34 stars 9 forks source link

Vignettes #25

Closed caleb-easterly closed 3 years ago

caleb-easterly commented 5 years ago

Potential vignettes:

  1. Basic PSA object usage
    • read in data
    • create object
    • plots, summary, etc
    • example: cancer 3-state model PSA
  2. Cost-effectiveness table
    • example 1: c difficile
    • example 2: HIV screening
  3. Metamodeling and OWSA/TWSA
    • example dataset: ?
caleb-easterly commented 5 years ago

@feralaes, @evaenns, I've added some vignettes to start us off (1 and 2, from above). The .Rmd files are in the vignettes/ directory, and would need to be built locally. For the PSA object, I mostly just have an outline. For the cost-effectiveness table, I have the structure with some explanation.

We can talk about them next week, and you can feel free to contribute as well. I think it would be nice for you two (or all three of us) to work off another branch for now (vignettes, or something like that) and open a pull request, so we can make sure that it's passing the TravisCI tests.

I'll keep working on the metamodeling stuff as well, and will show progress next week.