middle {MethComp} | R Documentation |
Function to identify the middle of a vector
Description
Function to identify the middle of a vector
Usage
middle(w, rm = 1/3)
Arguments
w |
A numeric vector of values |
rm |
A value between 0 and 1 giving the percentage of extreme observations to remove |
Value
A logical vector of indices that a
[Package MethComp version 1.30.0 Index]