ggb()
. Users probably don't need to call this directly. Just use ggb()
instead.Census dates can be given in a variety of ways: 1) using Date classes, and column names $date1
and $date2
(or an unambiguous character string of the date, like, "1981-05-13"
) or 2) by giving column names "day1","month1","year1","day2","month2","year2"
containing integers. If only year1
and year2
are given, then we assume January 1 dates. If year and month are given, then we assume dates on the first of the month.
ggbcoverageFromYear(codi, exact.ages = NULL, minA = 15, maxA = 75,
minAges = 8, deaths.summed = FALSE)
data.frame
with columns, $pop1
, $pop2
, $deaths
, $date1
, $date2
, and $age
.TRUE
). By default we assume FALSE
, i.e. that the average annual was given.data.frame
with columns for the coverage coefficient, and the min and max of the age range on which it is based.