ageutils-deprecated: Deprecated functions

ageutils-deprecatedR Documentation

Deprecated functions

Description

The functions listed below are deprecated and may be removed in a future package release.

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)

Note

Help pages for each deprecated function can be found via help("<function>-deprecated").

See Also

reaggregate_rates(): A replacement for reaggregate_interval_rates().

reaggregate_counts(): A replacement for reaggregate_interval_counts().


ageutils documentation built on Sept. 11, 2024, 7:54 p.m.