colVars {boa} | R Documentation |
Computes variances by column.
colVars(x, na.rm = FALSE, unbiased = TRUE, SumSquares = FALSE)
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 |