los_ra_index_plt: Plot LOS and Readmit Index with Variance

Description Usage Arguments Details Value Author(s) Examples

View source: R/los_ra_index.R

Description

Plot the index of the length of stay and readmit rate against each other along with the variance

Usage

1

Arguments

.data

The data supplied from los_ra_index_summary_tbl()

Details

Value

A patchwork ggplot2 plot

Author(s)

Steven P. Sanderson II, MPH

Examples

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()

spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.