Skip to contents

Exclude 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 df containing 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.

Value

A dataframe with observations removed where the value is less than that of VZ_cutoff.