seg()
is that here we adjust census 1 part way through processing, based on some calculations similar to GGB. Called by ggbseg()
. Users probably do not need to use this function directly.ggbsegCoverageFromYear(codi, minA = 15, maxA = 75, minAges = 8,
exact.ages = NULL, eOpen = NULL, deaths.summed = FALSE)
data.frame
with columns, $pop1
, $pop2
, $deaths
, $date1
, $date2
, $sex
, $age
, and $cod
(to indicate regions, periods, sexes).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.$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.