Country loads all the countries configured in EUROMOD by default.
mod = euromod("C:\EUROMOD_RELEASES_I6.0+");
C=Country(mod);
C
28×1 Country array:
1: AT
2: BE
3: BG
4: CY
5: CZ
6: DE
7: DK
8: EE
9: EL
10: ES
11: FI
12: FR
13: HR
14: HU
15: IE
16: IT
17: LT
18: LU
19: LV
20: MT
21: NL
22: PL
23: PT
24: RO
25: SE
26: SI
27: SK
28: SL
info returns basic information on Country properties of type class.
Example: mod.countries('AT').info('systems')
run
Run simulation of a EUROMOD tax-benefit system.
This method returns a Simulation class
containing simulation datasets and other simulation information.
Run simulations specifying 3 required input arguments: the system name, the dataset, and the dataset name.