recompute_non_cahps_stars | R Documentation |
Compute 2022 non-CAHPS measure-level star ratings
recompute_non_cahps_stars(df22, df21, cutting_df = NULL, common_seed = NULL)
df22 |
A dataframe of 2022 measure data, including the columns 'measure_id', 'measure_code', 'contract_id', 'stars' and 'value' |
df21 |
A dataframe of 2022 measure data, including the columns 'measure_id', 'measure_code', 'contract_id' and 'stars' |
cutting_df |
A dataframe of the form output by 'make_cutting_df()' |
common_seed |
The integer to pass to 'set.seed()' before starting each mean resampling computation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.