I am using montevar procedure and would like a header with multiple lines. Something like this.
Figure 6
Impulse Responses
Is there a way to do this? Thanks in advance for the help.
Headers with Multiple Lines
Re: Headers with Multiple Lines
Use a \\ where you want the line break:
@montevar(draws=4000,model=canmodel,$
shocks=implabel,varlabels=implabel,header="Figure 6\\Impulse Responses")
@montevar(draws=4000,model=canmodel,$
shocks=implabel,varlabels=implabel,header="Figure 6\\Impulse Responses")