rowSds: rowSds: Fast Calculation of Standard Deviations of Rows

Description Usage Arguments Value

Description

rowSds(x) calculates standard deviatons across rows, faster than apply(x, 1, sd)

Usage

1
rowSds(x, na.rm = TRUE)

Arguments

x

A numeric matrix-like object

na.rm

Logical; should NA's be omitted prior to calculations?

Value

Returns a numeric vector with length equal to number of rows of x.


mwrowe/microRutils documentation built on June 12, 2021, 2:41 p.m.