cas.uss: Uncorrected Sum of Squares

View source: R/descriptive_stats.R

cas.ussR Documentation

Uncorrected Sum of Squares

Description

Returns the uncorrected sum of squares of the values for each column in the input table.

Usage

cas.uss(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 uncorrected sum of squares by column name or index.

Examples

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

## End(Not run)

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