-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.Rmd
More file actions
29 lines (23 loc) · 1.04 KB
/
readme.Rmd
File metadata and controls
29 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
output: github_document
---
<!-- badges: start -->
[](https://dl.circleci.com/status-badge/redirect/gh/PolicyAnalysisInc/openqaly/tree/master)
[](https://app.codecov.io/gh/policyanalysisinc/openqaly?branch=master)
<!-- badges: end -->
# openqaly
A package for creating and running cost-effectiveness models.
## Planned Features
- Supports PSM, Markov, Microsimulation, DES, Custom
- Multiple methods for specifying transition matrices
- Standardized model data format
- VBP/DSA/Scenario/PSA Analyses
- Parameter solving
- Arbitrary object parameters
- Sampling of tables & arbitrary object parameters (bootstrap, custom sampling, etc...)
- Custom model checks
- Embarassingly parallel archictecture
- Modular structure allowing models to be combined
- Comprehensive logging of model evaluation
- Decision-tree functionality
- Cleaner code