.BG
.FN tabulate
.TL
Count Entries in Bins
.CS
tabulate(bin, nbins)
.AG bin
vector of bin numbers, between `1' and `nbins', inclusive.
.AG nbins
maximum number of bins.
.RT
vector of length `nbins'.  The `i'th element of the value
counts the number of `i's that occurred in `bin'.
.SA
`table', `hist'.
.EX
tabulate(cut(lottery.payoff,10),10)
.KW category
.WR
