cas.stderr: Standard Error

View source: R/descriptive_stats.R

cas.stderrR Documentation

Standard Error

Description

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

Usage

cas.stderr(CASTable)

Arguments

x

CASTable.

Details

This function operates on numeric columns only.

Value

vector

The result is a named numeric vector. You can access the standard error by column name or index.

Examples

## Not run: 
x <- cas.stderr(irisct)
x['Sepal.Length']
x[1:2]

## End(Not run)

sassoftware/R-swat documentation built on Feb. 19, 2025, 10:33 a.m.