All functions

ct_mean()

Computes the arithmetic mean of the values of a vector.

ct_meanCol()

Computes the (arithmetic) mean value for each column in a matrix or a data frame.

ct_median()

Computes the median value of the values of a vector.

ct_medianCol()

Computes the median value for each column in a matrix or a data frame.

ct_mode()

Finds the mode value(s) of a numeric vector.

ct_modeCol()

Finds the mode value(s) for each column in a matrix or a data frame.