R/utilsAge.R
is_abridged.RdA logical utility that checks if a given vector is of the lower bounds of abridged age groups or not.
is_abridged(Age)
| Age | integer. Vector of lower age bounds. |
|---|
Logical TRUE if abridged, FALSE otherwise.
#> [1] TRUE#> [1] FALSE#> [1] TRUE#> [1] TRUE#> [1] FALSE