View source: R/get-age-population-function-internals.R
prepare_population_for_modelling | R Documentation |
Prepares objects for use in get_age_population_function()
.
prepare_population_for_modelling(data, ...)
## S3 method for class 'conmat_population'
prepare_population_for_modelling(data, ...)
## S3 method for class 'data.frame'
prepare_population_for_modelling(
data = data,
age_col = age_col,
pop_col = pop_col,
...
)
data |
data.frame |
... |
extra arguments |
age_col |
column of ages |
pop_col |
column of population, |
list of objects, max_bound
pop_model_bounded
bounded_pop
unbounded_pop
for use in get_age_population_function()
njtierney
prepare_population_for_modelling(get_polymod_population())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.