View source: R/payment_boxplot.R
payment_boxplot | R Documentation |
This function produces a box plot of payments by DRG code.
payment_boxplot(df, payment)
df |
a dataframe of data from Centers for Medicare & Medical Services. This dataframe must contain DRG codes and payments data. And the column names of these variables should be "DRG.Definition", "Average.Covered.Charges", "Average.Total.Payments" and "Average.Medicare.Payments". |
payment |
a character string specifying the type of |
A box plot of payments by DRG Codes.
data(sample_data) payment_boxplot(drg_data,"Average.Covered.Charges")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.