Learn R Programming

vglmer (version 1.0.5)

var_mat: Variance of Rows or Columns of Matrices

Description

Base R implementation for variance. Analogue of rowMeans.

Usage

rowVar(matrix)

colVar(matrix)

Arguments

matrix

Matrix of numeric inputs.