曲散人终 发表于 2015-1-5 20:17 
样图。。。
谢谢。我水平太菜。。没有系统学习。一般是用stata,只是有些stata做不到就用R
> pdf(file="a.pdf")
> par(mfrow=c(2,4))
> plot(mono,curve="IRF")
Hit <Return> to see next plot: dev.off()
> Return
Error: object 'Return' not found
> <Return>
Error: unexpected '<' in "<"
> pdf(file="a.pdf")
> par(mfrow=c(2,4))
> plot(mono,curve="IRF")
Hit <Return> to see next plot: dev.off()
> plot(mono,curve="IRF")
Hit <Return> to see next plot:
上面那个是什么意思?为什么我的做不出来?我已经吧w1改为item1,w2改为item2 重新作图。。