hierarchical_clustering_cut_points | R Documentation |
Compute cut points for a single non-CAHPS, pre-2022 measure with Hierarchical Clustering
hierarchical_clustering_cut_points(value_vec, higher_is_better)
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 |
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.