Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ S3method(plot,owsa)
S3method(plot,psa)
S3method(plot,twsa)
S3method(predict,metamodel)
S3method(print,icers)
S3method(print,metamodel)
S3method(print,sa)
S3method(summary,ceac)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# dampack
<!-- [![Build Status](https://www.travis-ci.com/DARTH-git/dampack.svg?branch=master)](https://www.travis-ci.com/DARTH-git/dampack) -->

<!-- badges: start -->
[![R-CMD-check](https://github.com/DARTH-git/dampack/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/DARTH-git/dampack/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The Decision Analytic Modeling Package (dampack) is a suite of functions for analyzing and visualizing the health economic outputs of mathematical models.

Created and maintained by Fernando Alarid-Escudero ([@feralaes](https://github.com/feralaes)), Greg Knowlton ([@gknowlt](https://github.com/gknowlt)), and Eva Enns ([@evaenns](https://github.com/evaenns)), and important contributions from David Garibay ([@dugartre](https://github.com/dugartre)), and Mark Clements ([@mclements](https://github.com/mclements)).
Expand Down
27 changes: 18 additions & 9 deletions man/owsa_tornado.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions man/print.icers.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading