colVars {boa}R Documentation

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


[Package boa version 1.1.8-2 Index]