ageutils-defunct: Defunct functions

ageutils-defunctR Documentation

Defunct functions

Description

Functions removed from ageutils in the 0.0.8 release. They have been replaced with stubs that will error and report them as defunct.

  • reaggregate_interval_rates() (best replaced by reaggregate_rates()),

  • reaggregate_interval_counts() (best replaced by reaggregate_counts()),

  • split_interval_counts(), and

  • aggregate_age_counts().

Usage

reaggregate_interval_rates(
  lower_bounds,
  upper_bounds = NULL,
  rates,
  breaks,
  weights = NULL
)

reaggregate_interval_counts(
  lower_bounds,
  upper_bounds,
  counts,
  breaks,
  max_upper = 100L,
  weights = NULL
)

split_interval_counts(
  lower_bounds,
  upper_bounds,
  counts,
  max_upper = 100L,
  weights = NULL
)

aggregate_age_counts(counts, ages = seq_along(counts) - 1L, breaks)

ageutils documentation built on July 2, 2025, 9:08 a.m.