snip.Rd
Winsorize values at lower and upper quantiles.
snip(
x,
lower.quantile = 0.01,
upper.quantile = 0.99,
lower.cutoff = NA,
upper.cutoff = NA,
verbose = F
)
Numeric vector
lower quantile [0, 1]. Default = 0.01
lower quantile [0, 1]. Default = 0.99
lower bound value to truncate data at. If specified, lower.quantile argument is ignored. Default = NA.
upper bound value to truncate data at. If specified, upper.quantile argument is ignored. Default = NA.
print truncation values. Default is F.