SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

Returns the coefficient of variation

Category: Descriptive Statistics

Syntax

CV ( argument,argument , ...)

Arguments

argument

Examples

SAS Statements

Results

x1=cv(5,9,3,6);

43.47826087

x2=cv(5,8,9,6,.);

26.082026548

x3=cv(8,9,6,.);

19.924242152

x4=cv(of x1-x3);

40.953539216

Категории