Description
Create a box plot displaying median and percentiles. The argument
x must be a numeric-valued vector and the argument
y must be a numeric-valued vector or matrix. The
row dimension of x must be greater than or equal to
the column dimension of y.
Examples
If, at the O-Matrix prompt you enter
clear
N = 6
x = seq(N)^2
Y = rand(100,N)
sbox(x, Y)
SigmaPlot will create the following box plot