https://github.com/ready4-dev/mimic
Undertake simple microsimulations to economically evaluate mental health services
https://github.com/ready4-dev/mimic
Last synced: 5 months ago
JSON representation
Undertake simple microsimulations to economically evaluate mental health services
- Host: GitHub
- URL: https://github.com/ready4-dev/mimic
- Owner: ready4-dev
- License: gpl-3.0
- Created: 2025-04-16T21:12:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-19T03:25:52.000Z (6 months ago)
- Last Synced: 2025-12-21T14:00:06.608Z (6 months ago)
- Language: R
- Size: 6.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# mimic
## Implement Microsimulations to Economically Evaluate Mental Health Services
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.ready4-dev.com/docs/software/libraries/types/module/)
[](https://github.com/ready4-dev/mimic/actions/workflows/R-CMD-check.yaml)
[](https://doi.org/10.5281/zenodo.1523285)
[](https://CRAN.R-project.org/package=mimic)
Tools for developing simple microsimulations of mental health
services and exporting outputs for cost-utility analyses. Designed for
use with the ready4 framework (https://ready4-dev.github.io/ready4/).
This early development version of mimic has been made available as
part of the process of testing and documenting the library. If you
have any questions, please contact the authors
(matthew.hamilton1@monash.edu).
To install a development version of this software, run the following commands in your R console:
```r
utils::install.packages("devtools")
devtools::install_github("ready4-dev/mimic")
```