[R] Query

Sun Yong Kim @unyong@k|m @end|ng |rom ke||ogg@northwe@tern@edu
Sun Apr 25 19:31:45 CEST 2021


vars package
________________________________
From: John Kane <jrkrideau using gmail.com>
Sent: Sunday, April 25, 2021 12:30 PM
To: Sun Yong Kim <sunyong.kim using kellogg.northwestern.edu>
Cc: r-help using r-project.org <r-help using r-project.org>
Subject: Re: [R] Query

What package has the irf function?

On Fri, 23 Apr 2021 at 09:34, Sun Yong Kim
<sunyong.kim using kellogg.northwestern.edu> wrote:
>
> Hi
>
> I have been trying to circulate a question but my question keeps getting rejected. Let me try again via email. The message is below:
>
> I am trying to change the tick size for IRF graphs that I created using the following code below:
>
> par(mfrow=c(2,3))
> IRF_F2 <- irf(SVARmod1, impulse="deltaw2",
>           response=c("Belgium","France","Germany","Italy","Netherlands"),
> n.ahead=60)
> plot(IRF_F2,ylim=c(-0.5,0.3), plot.type="single", main="US Wealth Share
> Shock")
>
> The code gives me the following IRFs I have attached to this email. However the tick intervals is way too small and I want to change it to intervals of 10. I was thinking something like:
>
> par(mfrow=c(2,3))
> IRF_F2 <- irf(SVARmod1, impulse="deltaw2",
>
> response=c("Belgium","France","Germany","Italy","Netherlands"),
> n.ahead=60)
> plot(IRF_F2,ylim=c(-0.5,0.3), plot.type="single", main="US Wealth
> Share Shock", xaxt="n")
> axis(side= 1, at = c(10, 20, 30, 40, 50, 60))
>
> But it doesn't work. Any suggestions on how to reduce the tick interval?
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://urldefense.com/v3/__https://stat.ethz.ch/mailman/listinfo/r-help__;!!Dq0X2DkFhyF93HkjWTBQKhk!ANzmkRglqFkZT0F8ICLJH_RiaYVwyaJXw8dNqctnUZELgnK40ZBoSLhCQEnOFFw68r29nt9j0mkpJ2fB$
> PLEASE do read the posting guide https://urldefense.com/v3/__http://www.R-project.org/posting-guide.html__;!!Dq0X2DkFhyF93HkjWTBQKhk!ANzmkRglqFkZT0F8ICLJH_RiaYVwyaJXw8dNqctnUZELgnK40ZBoSLhCQEnOFFw68r29nt9j0kVB9796$
> and provide commented, minimal, self-contained, reproducible code.



--
John Kane
Kingston ON Canada

	[[alternative HTML version deleted]]



More information about the R-help mailing list