Get extreme values Get extreme values in the sample dataset
get_extremes.Rd
Get extreme values Get extreme values in the sample dataset
Arguments
- data
Population data frame with additional variables from rate_model output
- id
Name of identification variable as a string. Should be same in sample and data dataframes.
- x
Name of the explanatory variable
- y
Name of the statistic variable
- strata
Name of the stratification variable
- na_rm
Logical for whether to remove NA values. Default = TRUE.