cas.css: Corrected Sum of Squares

View source: R/descriptive_stats.R

cas.cssR Documentation

Corrected Sum of Squares

Description

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

Usage

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

Examples

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

## End(Not run)

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