winsorMean function

Winsorized Mean

Winsorized Mean

winsorMean(x, winFrac = 0, na.rm = FALSE, ...)

Arguments

  • x: Numeric vector
  • winFrac: Fraction of data to be Winsorized
  • na.rm: Logical variable with default FALSE
  • ...: Pass-through parameters

Returns

Numeric value of Winsorized mean

Examples

args(winsorMean)
  • Maintainer: Doug Martin
  • License: GPL-2
  • Last published: 2023-08-30

Useful links