You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the example1.mod example, change the list of variables to print for instance with stoch_simul(order=1) y c k;. The irfs still contain exactly the same variables in the same orders.
For a bigger model, independently of the stoch_simul command, I found that it prints the first 8 variables in declaration order and ignores the next one.
The text was updated successfully, but these errors were encountered:
For the
example1.mod
example, change the list of variables to print for instance withstoch_simul(order=1) y c k;
. The irfs still contain exactly the same variables in the same orders.For a bigger model, independently of the
stoch_simul
command, I found that it prints the first 8 variables in declaration order and ignores the next one.The text was updated successfully, but these errors were encountered: