Functions and CALL Routines |
Returns the corrected sum of squares.
Category: |
Descriptive Statistics
|
CSS(argument-1<,...argument-n>)
|
-
argument
-
specifies a numeric constant, variable,
or expression. At least one nonmissing argument is required. Otherwise, the
function returns a missing value. If you have more than one argument, the
argument list can consist of a variable list, which is preceded by OF.
SAS Statements |
Results |
x1=css(5,9,3,6);
|
18.75
|
x2=css(5,8,9,6,.);
|
10
|
x3=css(8,9,6,.);
|
4.6666666667
|
x4=css(of x1-x3);
|
101.11574074
|
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.