cas.tvalue: T-Statistics for Hypothesis Testing

View source: R/descriptive_stats.R

cas.tvalueR Documentation

T-Statistics for Hypothesis Testing

Description

Returns the t-statistic for the values for each column in the input table.

Usage

cas.tvalue(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 t-statistic by column name or index.

Examples

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

## End(Not run)

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