rowSD: rowSD similar to rowMeans and rowSums

View source: R/dthelper-computation-functions.R

rowSDR Documentation

rowSD similar to rowMeans and rowSums

Description

rowSD similar to rowMeans and rowSums

Usage

rowSD(df, na.rm = T)

Arguments

df

data.frame object

na.rm

If set to TRUE, NAs are ignore in computation

Value

data.frame object

Examples

set.seed(100) 
df <- data.frame(
      a = rnorm(10),
      b = rnorm(10),
      c = rnorm(10)
      )
rowSD(df)


dennisteowh/dthelper documentation built on March 19, 2022, 11:42 a.m.