We simulate our model using the actexist option in the exclude command. We would like to generate add-factors so that we can turn the actexist option off and the re-simulate the model and still get the identical path we had when the actexist option was activated. I thought these commands would do it
Code: Select all
m.exclude(actexist=t) {%exclude}
m.solve
m.exclude(actexist=f) {%exclude}
m.addinit(v=a) @allt
