Sprague function

Sprague multipliers

Sprague multipliers

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

Sprague(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

Sprague returns an object of class data.frame with population for specific ages.

Examples

Sprague(Ecuador1990, age, population)

References

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

See Also

Beers

Author(s)

Cesar Gamboa-Sanabria