Computes the most frequently occuring value in a
sampling distribution.
Usage
Mode(x, categorical = FALSE)
Value
a scalar
Arguments
x
a vector
categorical
logical. If TRUE, returns the most
frequently occuring value for categorical variables. If
FALSE, returns the value corresponding to the maximimum
kernel density for continuous variables