<stats:boxplot>
Computes the lo, first quartile, median, 3rd quartile, and hi values for a text or numeric column.
Description
<stats:boxplot> computes some basic statistics for a text or
numeric column, as might be needed for a box plot. It acts similarly to a tabulation
and computes five columns: q0, q25,
q50, q75, and q100, for the
minimum, the first quartile, the median, the third quartile, and the maximum values,
respectively.
(Available as of version 21.00)
Syntax
<stats:boxplot breaks="[BREAKS]" column="[COLUMN]" approx="0|1" placeholder="[NAME]"/>
Attributes
breaks- Perform
boxplotfor columnCOLfor each break. column- Column to compute quantiles.
approx- If
1, uses tdigest method to compute quantiles; defaults to0. placeholder- Convenience attribute. Will create column with name equal to
COLand value equal toNAME
