Chapter Contents

Previous

Next
STDERR

STDERR



Returns the standard error of the mean

Category: Descriptive Statistics


Syntax
Arguments
Examples

Syntax

STDERR(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=stderr(2,6);
2
x2=stderr(2,6,.);
2
x3=stderr(2,4,6,3,1);
0.8602325267
x4=stderr(of
x1-x3);
0.3799224911


Chapter Contents

Previous

Next

Top of Page

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