cas.sd: Standard Deviation

View source: R/descriptive_stats.R

cas.sdR Documentation

Standard Deviation

Description

Returns the standard deviation of the values for each column in the input table.

Usage

cas.sd(CASTable, na.rm = TRUE)

Arguments

na.rm

An optional logical. When set to FALSE, missing values (NA) are not removed from the analysis. By default, missing values are ignored.

x

CASTable.

Details

This function operates on numeric columns only.

Value

casDataFrame

The result includes one row for each numeric variable and a column that is named Std for the standard deviation.

Examples

## Not run: 
cas.sd(ct[1:4])
cas.sd(ct$n2)

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.