autocor.plot.Rd
1) 残差のトレンド、2) acf
関数による自己相関係数のプロット、3) Ljung-Box検定におけるP値の3つの図を出力
autocor.plot(
resSR,
use.resid = 1,
lag.max = NULL,
output = FALSE,
filename = "Residual_trend",
pch = 16,
lwd = 2,
cex = 1.2,
cex.main = 1.2,
cex.lab = 1.2,
...
)