SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

Returns the corrected sum of squares

Category: Descriptive Statistics

Syntax

CSS ( argument-1 <, argument-n >)

Arguments

argument

Examples

SAS Statements

Results

x1=css(5,9,3,6);

18.75

x2=css(5,8,9,6,.);

x3=css(8,9,6,.);

4.6666666667

x4=css(of x1-x3);

101.11574074

Категории