age_components | R Documentation |
For a mable with a single model column, return the model components that are indexed by age.
age_components(object, ...)
object |
A vital mable object with a single model column. |
... |
Not currently used. |
vital object containing the age components from the model.
aus_mortality |>
dplyr::filter(State == "Victoria", Sex == "female") |>
model(lee_carter = LC(log(Mortality))) |>
age_components()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.