https://github.com/rrrlw/healthfinance
R package (on CRAN) that provides a financial model (shiny UI) to project revenue for healthcare practices based on unexpected events.
https://github.com/rrrlw/healthfinance
Last synced: 4 months ago
JSON representation
R package (on CRAN) that provides a financial model (shiny UI) to project revenue for healthcare practices based on unexpected events.
- Host: GitHub
- URL: https://github.com/rrrlw/healthfinance
- Owner: rrrlw
- License: gpl-3.0
- Created: 2020-05-19T19:45:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T20:19:12.000Z (over 4 years ago)
- Last Synced: 2023-11-20T11:20:21.828Z (over 1 year ago)
- Language: R
- Homepage: https://rrrlw.github.io/healthfinance/
- Size: 114 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# healthfinance: Financial Projections and Planning for Healthcare Practices
[](https://travis-ci.org/rrrlw/healthfinance)
[](https://ci.appveyor.com/project/rrrlw/healthfinance)[](https://www.gnu.org/licenses/gpl-3.0)
[](https://CRAN.R-project.org/package=healthfinance)
[](https://CRAN.R-project.org/package=healthfinance)## Overview
The goal of healthfinance is to provide a free graphical user interface for R users in healthcare management to perform basic financial modeling.
## Installation
Run the following code to install healthfinance:
```r
# install development version
devtools::install_github("rrrlw/healthfinance")# install from CRAN (not available yet)
# install.packages("healthfinance")
```## Functionality
Currently, the package implements a 36-month model comparing projected revenues with and without an acute economic event; this model was inspired by the COVID-19 pandemic.
## Contribute
To contribute to healthfinance, you can create issues for any bugs/suggestions on the [issues page](https://github.com/rrrlw/healthfinance/issues).
You can also fork the rrrlw/healthfinance repository and create pull requests to add features you think will be useful for useRs.