
Exclude extreme values of VZ from a dataframe of standardised predictions
Source:R/exclude_extreme_VZ.R
      exclude_extreme_VZ.RdExclude extreme values of VZ from a dataframe of standardised predictions
Usage
exclude_extreme_VZ(df = data.frame(), VZ_colname, VZ_cutoff = numeric(1L))Arguments
- df
 A dataframe containing processed out-of-sample prediction values
- VZ_colname
 A character vector corresponding to the column name in
dfcontaining the VZ values to filter on.- VZ_cutoff
 A numeric vector of length 1, values equal to or greater than this value of VZ will be filtered out of
df.