av_income_simple {IGCities} | R Documentation |
Computes average income in each location, which is the weighted average of the income of the people living in the location.
Description
Computes average income in each location, which is the weighted average of the income of the people living in the location.
Usage
av_income_simple(lambda_ij_i, w_tr)
Arguments
lambda_ij_i |
NxN matrix - Probability of individuals in each location of working in each location. |
w_tr |
NxS - Wages in each location in each sector. |
[Package IGCities version 0.2.0 Index]