computeStats.matrix: computeStats.matrix: Calculate count, mean, stdev, and cv of...

View source: R/computeStats.matrix.R

computeStats.matrixR Documentation

computeStats.matrix: Calculate count, mean, stdev, and cv of the rows/columns of a matrix

Description

Returns count, mean, stdev, and cv of the rows or columns of a matrix

Usage

computeStats.matrix(x, byCol = TRUE)

Arguments

x
  • matrix

byCol
  • compute stats by column (if TRUE)

Value

  • for x a matrix, returns matrix w/ rows with elements count, mean, stdev and cv. Row names correspond to column (or row) names of original matrix.


wStockhausen/wtsUtilities documentation built on March 16, 2024, 10:38 a.m.