Learn R Programming

popstudy (version 1.0.0)

Beers: Beers multipliers

Description

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

Usage

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.

Value

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

References

Shryockpopstudy

See Also

Sprague

Examples

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


# }

Run the code above in your browser using DataLab