Module Library |
computes quartiles for any univariate numeric data
where matrix is any matrix.
The QUARTILE function returns a
column vector for each column in the matrix.
The column vector contains the minimum, lower
quartile, median, upper quartile, and maximum values
for the numeric data in the specified matrix.
Missing values are ignored. If all values in a column are
missing, the return values for that column are missing.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.