Learn R Programming

popstudy (version 1.0.2)

Sprague: Sprague multipliers

Description

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

Usage

Sprague(data, ...)

Value

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

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.

Author

Cesar Gamboa-Sanabria

References

Shryockpopstudy

See Also

Beers

Examples

Run this code

Sprague(Ecuador1990, age, population)

Run the code above in your browser using DataLab