USS Function


Returns the uncorrected sum of squares

Category: Descriptive Statistics

Syntax

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

Arguments

argument

  • is numeric. 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.

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




SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 704

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net