Example Data for the MoNAn Package
These are example data for the MoNAn package and can be used to estimate a mobility network. The raw example data is synthetic (i.e., made up). This fictitious example contains 17 organisations representing a labour market that are located in two regions (north and south). 742 workers are employed in these organisations at two time-points. Some are mobile while others work in the same organisation at both time-points. The following objects are provided for this purpose:
mobilityEdgelist
: The data frame indicates the origin at time 1 (first column) and the destination at time 2 (second column) for each of the 742 individuals between the 17 organisations. Note that some workers stay in their organisation, i.e. their origin equals their destination.orgRegion
: Categorical characteristic describing whether the organisation is located on the northern (1) or southern (0) region.orgSize
: Continuous measure representing the size of each organisation based on assets and revenue.indSex
: Individual-level characteristics representing sex.
datamobilityEdgelist
A data frame with 742 rows and 2 columns.
orgRegion
An object with 17 values.
orgSize
An object with 17 values.
indSex
An object with 742 values.
Useful links