colVars: Column Variances
Description
Computes variances by column.
Usage
colVars(x, na.rm = FALSE, unbiased = TRUE, SumSquares = FALSE)
Arguments
- x
A matrix, array, or data frame
- na.rm
Logical value indicating that missing values be omitted from the
calculations.
- unbiased
Not implemented
- SumSquares
Not implemented