This will automatically generate 3 household blocks with indices 1,2,3, along with the associated variables. It also allows for automatic summation across indexed variables, like:
Div[] = Sum<i>(Div_<i>[]);
This would be a nice feature when thinking about e.g. multiple sectors.
The gEcon R package allows for (something like) the following:
This will automatically generate 3 household blocks with indices 1,2,3, along with the associated variables. It also allows for automatic summation across indexed variables, like:
This would be a nice feature when thinking about e.g. multiple sectors.