Acf(x, lag.max = NULL,
type = c("correlation", "covariance", "partial"),
plot = TRUE, na.action = na.fail, demean = TRUE, ...)
## S3 method for class 'Acf':
plot(x, ci = 0.95, type = "h", xlab = "Lag", ylab = NULL,
ylim = NULL, main = NULL,
ci.col = "blue", ci.type = c("white", "ma"),
max.mfrow = 6, ask = Npgs > 1 && dev.interactive(),
mar = if(nser > 2) c(3,2,2,0.8) else par("mar"),
oma = if(nser > 2) c(1,1.2,1,1) else par("oma"),
mgp = if(nser > 2) c(1.5,0.6,0) else par("mgp"),
xpd = par("xpd"), cex.main = if(nser > 2) 1 else par("cex.main"),
verbose = getOption("verbose"), acfLag0=FALSE,
...)acf
plot.acf
Box.test
AutocorTestdata(m.ibm2697)
Acf(m.ibm2697)
Acf(m.ibm2697, lag.max=100)Run the code above in your browser using DataLab