Disclaimer

This package is a work in progress. Please reach out to the authors before using.


Hospital Bed Occupancy Forecasting

occupancy implements forecasting of daily bed occupancy from input data on daily admissions and the distribution of duration of stay. It aims to provide a reliable and standardised approach to forecasting that will help improve the quality and ease of provision of predictions going forward.

Installing the package

Whilst this package is not yet on cran, the development version can be installed using remotes:

remotes::install_github("reconhub/occupancy", build_vignettes = TRUE)

Functionality

For an introduction to the packages’ functionality see vignette("overview", package = "occupancy")