View source: R/CADF_to_migration_model.R
CADF_to_migration_model | R Documentation |
Builds transition matrix for a migration model. T is the maximum time cutoff which defaults to 5. The output will be a transition matrix.
CADF_to_migration_model(cadf.data, maxT = 5)
cadf.data |
Data in R list format processed by CADF functions |
maxT |
If time is greater than maxT it will be converted into a + category |
tmatrix <- CADF_to_migration_model(cadf.data.sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.