Learn R Programming

migest (version 2.0.4)

index_age_rc: Summary indices of age migration profile based on parameters from a Rogers and Castro schedule

Description

Summary indices of age migration profile based on parameters from a Rogers and Castro schedule

Usage

index_age_rc(pars = NULL, long = TRUE)

Value

A tibble with at least five summary measures

Arguments

pars

Named vector or parameters parameters from a Rogers and Castro schedule

long

Logical to return a long data frame with index values all in one column

Examples

Run this code
library(dplyr)
library(tibble)
rc_model_fund %>%
  deframe() %>%
  index_age_rc()

Run the code above in your browser using DataLab