vector with summary for each column (unless 'me=="summary"', in this case a matrix or list will be returned )
Arguments
x
data.frame matrix of data to be summarized by comlumn
me
(character, length=1) summarization method (eg 'min','max','mean','mean.trim','median','sd','CV', 'medianComplete' or 'meanComplete' etc, see summarizeCols)
nEq
(logical) if TRUE, add additional column indicating the number of equal lines for choice (only with min or max)
vectAs1row
(logical) if TRUE will interprete non-matrix 'x' as matrix with 1 row (correct effect of automatic conversion when extracting 1 line)
supl
(numeric) supplemental parameters for the various summarizing functions (currently used with 'me=mean.trim' to assign upper and lower trimming fraction, passed to )
silent
(logical) suppress messages
debug
(logical) additional messages for debugging
callFrom
(character) allow easier tracking of messages produced