Learn R Programming

popstudy (version 1.0.0)

karup_king: karup_king

Description

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

Usage

karup_king(data)

Arguments

data

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

Value

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

References

karup_kingpopstudy

See Also

grouped_age_CR_pop

Examples

Run this code
# NOT RUN {
karup_king(grouped_age_CR_pop)

# }

Run the code above in your browser using DataLab