Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/wiki/getting-started/data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In addition to training data, the model comes supplied with a set of Stata do fi
SimPaths is designed to read in data describing tax-benefit payments generated by UKMOD.

1. Obtain a copy of the most recent version of UKMOD from the [CeMPA website](https://www.microsimulation.ac.uk/ukmod/access/).
2. Obtain the most recently available "Pooled 3-year FRS datasets for regional analysis ('b' datasets)" of input data provided for UKMOD using the FRS/LCF-based input data request form as described on the CeMPA website.
2. Obtain the most recently available **Pooled 3-year FRS datasets for regional analysis ('b' datasets)** of input data provided for UKMOD using the FRS/LCF-based input data request form as described on the CeMPA website.
3. Run desired system years described by (1) UKMOD, using the (2) "b" series dataset - note that the same input data set should be used for all system years. System runs can be performed directly in UKMOD or calling UKMOD from STATA, R, or Python using the respective connectors.
4. Copy the files generated following (3) to model directory: `SimPaths/input/EUROMODoutput/`. Please note that it is required to provide UKMOD output files which include the base price year used by SimPaths (currently 2015). If no UKMOD output file is provided for the base price year, the initial database setup will fail.
5. Run SimPathsStart, and selection option "Load new input data for tax and benefit systems" from the Start-up Options window.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SimPaths is designed to read in data describing tax-benefit payments generated by UKMOD.

1. Obtain a copy of the most recent version of UKMOD from the [CeMPA website](https://www.microsimulation.ac.uk/ukmod/access/).
2. Obtain the most recently available "Pooled 3-year FRS datasets for regional analysis ('b' datasets)" of input data provided for UKMOD using the FRS/LCF-based input data request form as described on the CeMPA website.
2. Obtain the most recently available **Pooled 3-year FRS datasets for regional analysis ('b' datasets)** of input data provided for UKMOD using the FRS/LCF-based input data request form as described on the CeMPA website.
3. Run desired system years described by (1) UKMOD, using the (2) "b" series dataset - note that the same input data set should be used for all system years. System runs can be performed directly in UKMOD or calling UKMOD from STATA, R, or Python using the respective connectors.
4. Copy the files generated following (3) to model directory: `SimPaths/input/EUROMODoutput/`. Please note that it is required to provide UKMOD output files which include the base price year used by SimPaths (currently 2015). If no UKMOD output file is provided for the base price year, the initial database setup will fail.
5. Run SimPathsStart, and selection option "Load new input data for tax and benefit systems" from the Start-up Options window.
Loading