Class 4 Project demo4 Run Specification
The run specification file for demo4 is as follows:
demo4.run
use input all.csv;
use taxyear 2019 to 2025;
use reform {
};
use response {
};
use growdiff {
set WAGES to -0.02 in 2021;
set WAGES to 0.0 in 2022;
};
use calcopts {
};
use flags {silent nodump tstax xsati xsetr xstax};
Notice that without setting the WAGES growdiff to zero in 2022, it
would have a value of -0.02 in every year after 2021.