Chapter Contents

Previous

Next
USS

USS



Returns the uncorrected sum of squares

Category: Descriptive Statistics


Syntax
Arguments
Examples

Syntax

USS(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=uss(4,2,3.5,6);
68.25
x2=uss(4,2,3.5,6,.);
68.25
x3=uss(of x1-x2);
9316.125


Chapter Contents

Previous

Next

Top of Page

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