summary.count Function (GPL)
Syntax
summary.count(<algebra>)
or
summary.count(<binning function>)
or
summary.count(<statistic function>)
<algebra>. Graph algebra, such as x
or x*y
.
In the second case, the count is calculated for cases with non-missing y
-variable
values. Refer to Brief Overview of GPL Algebra for an introduction to graph algebra.
<binning function>. A binning function.
<statistic function>. Another statistic function.
The result of the embedded statistic is used to calculate summary.count
.
Description
Calculates the number of cases identified by the algebra or function.
If using a function, a typical one would be a binning function. summary.count
subsequently
calculates the number of cases in each bin.
Examples
ELEMENT: interval(position(summary.count(jobcat)))
ELEMENT: interval(position(summary.count(jobcat*salary)))
ELEMENT: interval(position(summary.count(bin.rect(salary))))
Statistic Functions
See GPL Functions .