Beers function

Beers multipliers

Beers multipliers

Method to open five-year grouped ages into specific ages.

Beers(data, ...)

Arguments

  • data: data.drame. It contains at least two variables: five-year grouped ages and population.
  • ...: Arguments to be passed to dplyr::select, i.e., age and population, respectively.

Returns

Beers returns a data.frame with specific ages and populations.

Examples

Beers(Ecuador1990, age, population)

References

Rdpack::insert_ref(key="Shryock",package="popstudy")

See Also

Sprague

Author(s)

Cesar Gamboa-Sanabria