om_quint | R Documentation |
NA values are ignored and left NA
om_quint(x)
x |
Vector of values to recalculate quintiles for |
It can be used to recalculate the quintile scores for subsets of the OnMarg dataset.
Vector of quintile scores for each element in the input vector
## Not run:
city_data$DEPRIVATION_Q_DA16 <- om_quint(city_data$DEPRIVATION_DA16)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.