Learn R Programming

popstudy (version 1.0.0)

Sprague: Sprague multipliers

Description

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

Usage

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.

Value

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

References

Shryockpopstudy

See Also

Beers

Examples

Run this code
# NOT RUN {
Sprague(Ecuador1990, age, population)

# }

Run the code above in your browser using DataLab