knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
Whilst this package is not yet on cran, the development version can be installed
using remotes:
remotes::install_github("reconhub/occupancy", build_vignettes = TRUE)
For an introduction to the packages' functionality see
vignette("overview", package = "occupancy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.