Description Usage Arguments Details Value Author(s) Examples
Plot the index of the length of stay and readmit rate against each other along with the variance
1 |
.data |
The data supplied from |
Expects a tibble
Expects a Length of Stay and Readmit column, must be numeric
Uses patchwork to stack plots
A patchwork ggplot2 plot
Steven P. Sanderson II, MPH
1 2 3 4 5 6 7 8 | library(dplyr)
library(ggplot2)
library(patchwork)
library(tidyquant)
los_ra_index_query() %>%
los_ra_index_summary_tbl() %>%
los_ra_index_plt()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.