run_rbc_process_core: Processing RBC for a list of person.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

This function is used to resolve a list of person's journeys, i.e., classifying a list of people and marking it whether or not to be a long term migrant based on the person's journeys. This function is used internally inside the package and shouldn't be exposed to the outside caller.

Usage

1
run_rbc_process_core(cross_data, ini_status_data, tw, ty)

Arguments

cross_data

The personal crossing data for RBC process

ini_status_data

the initial residence status data

tw

Windows Size, by default, it is 487 days.

ty

Threshold of Year, by default, it is 365 days.

Value

A data frame object of classified / labelled journeys


migrbc documentation built on July 1, 2020, 8:14 p.m.