Learn R Programming

popstudy (version 1.0.2)

karup_king: karup_king

Description

Separate grouped-age data to simple ages data using Karup-King separation factors.

Usage

karup_king(data)

Value

karup_king function returns a a data frame with separated simple ages.

Arguments

data

data.frame. A dataset with two variables: age, the group age each 5 years; and pop, the population for that age.

Author

Cesar Gamboa-Sanabria

References

karup_kingpopstudy

See Also

grouped_age_CR_pop dataset

Examples

Run this code

karup_king(grouped_age_CR_pop)

Run the code above in your browser using DataLab