This is exactly what I was looking for, and you have no idea how long I was playing around.
Thank you Gareth, once again. Really appreciate your help.
Search found 4 matches
- Wed Mar 06, 2024 8:54 am
- Forum: Programming
- Topic: subsets of model equations
- Replies: 6
- Views: 7083
- Wed Mar 06, 2024 7:56 am
- Forum: Programming
- Topic: subsets of model equations
- Replies: 6
- Views: 7083
Re: subsets of model equations
Yes, but I do not want to manually add them every time, since the equations can change over time. Say for example I want to pull the endogenous variable y400 from mod1, and put in in mod2. I would have to run the command: mod2.add y400=mx+b (this works no problem) However, each quarter the equation ...
- Tue Mar 05, 2024 8:02 pm
- Forum: Programming
- Topic: subsets of model equations
- Replies: 6
- Views: 7083
Re: subsets of model equations
Hi, Gareth— This is correct. There is a subset of equations that get pulled (the endogenous variables that I want to put in the smaller model will stay the same each vintage). However, if for example the coefficients or equation specification changes in the full model across vintages, I want to ensu...
- Tue Mar 05, 2024 3:08 pm
- Forum: Programming
- Topic: subsets of model equations
- Replies: 6
- Views: 7083
subsets of model equations
Hello, I have a question with regards to model objects, and making models that are subsets of larger models. Assume you have a model object, in a work file with 1000 estimated equations (call them y1, y2, ….y1000), model name mod1. I am attempting to take a subset of that model, call it mod2 with a ...
