mean_resampling_cut_points | R Documentation |
Compute cut points for a single non-CAHPS measure for star year 2022
mean_resampling_cut_points(value_vec, higher_is_better, seed = NULL)
value_vec |
A vector of all health plans' measure values for a given measure and year |
higher_is_better |
TRUE if higher measure values mean higher star ratings, and FALSE otherwise |
seed |
An optional integer passed to 'set.seed()' before creating the 10 folds partitioning 'value_vec' |
A dataframe with two columns: an integer star rating in 'stars', and a float cut-off measure value for that star rating in 'cut_point'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.