The goal of healthfinance is to provide a free graphical user interface for R users in healthcare management to perform basic financial modeling.
Run the following code to install healthfinance:
# install development version devtools::install_github("rrrlw/healthfinance") # install from CRAN (not available yet) # install.packages("healthfinance")
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.
To contribute to healthfinance, you can create issues for any bugs/suggestions on the issues page. You can also fork the rrrlw/healthfinance repository and create pull requests to add features you think will be useful for useRs.