Chapter Contents

Previous

Next
CSS

CSS



Returns the corrected sum of squares

Category: Descriptive Statistics


Syntax
Arguments
Examples

Syntax

CSS(argument,argument, . . .)

Arguments

argument
is numeric. At least two arguments are required. The argument list may consist of a variable list, which is preceded by OF.


Examples

SAS Statements Results
x1=css(5,9,3,6);
18.75
x2=css(5,8,9,6,.);
0
x3=css(8,9,6,.);
4.6666666667
x4=css(of x1-x3);
101.11574074


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.