var_mat {vglmer} | R Documentation |
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. |
[Package vglmer version 1.0.6 Index]