View source: R/statistics_of_medicare_payments.R
average_medicare_payments_statistics | R Documentation |
This function is to calculate the statistics
over all of the DRG codes for average medicare payments of data from Centers for Medicare & Medical Services.
average_medicare_payments_statistics(df, statistics)
df |
a dataframe of data from Centers for Medicare & Medical Services. This dataframe must contain DRG codes and average medicare payments data. And the column names of these two variables should be "DRG.Definition" and "Average.Medicare.Payments". |
statistics |
a character string specifying the type of |
a dataframe with DRG codes and statistics
for average medicare payments.
data(sample_data) average_medicare_payments_statistics(drg_data, 'sd')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.