CountAgeDif {sequoia} | R Documentation |
Tabulate Age Differences
Description
Count no. pairs per age difference from birth years. Quicker
than table(outer())
.
Usage
CountAgeDif(BirthYear, BYrange = range(BirthYear))
Arguments
BirthYear |
numeric vector with birth years. |
BYrange |
range to limit counts to. |
[Package sequoia version 2.11.2 Index]