Categorize a vector of value into PRISM activity level bins.
Source:R/categorize_prism.R
categorize_prism.RdUses categorize_vector() and get_prism_cutpoints().
Usage
categorize_prism(
value,
location,
disease,
as_of = lubridate::today(),
prism_bin_names = default_prism_bin_names
)Arguments
- value
value to categorize
- location
vector of location of length equal to
valueor a single location for allvalue.- disease
vector of disease of length equal to
valueor a single disease for allvalue.- as_of
date for which to get the PRISM cutpoints. Defaults to today.
- prism_bin_names
Bin names for the PRISM bins. in order from lowest to highest. Must be a vector of length 5.
list(prism_bin_names)will be passed as thelabel_setsargument tocategorize_vector(). Defaults to the standard PRISM bin names in title case:default_prism_bin_names.