confint.acf | R Documentation |
stats::acf
Calculate confidence interval for stats::acf
## S3 method for class 'acf'
confint(x, ci = 0.95, ci.type = "white")
x |
|
ci |
Float value for confidence interval |
ci.type |
"white" or "ma" |
vector
## Not run:
air.acf <- acf(AirPassengers, plot = FALSE)
ggfortify:::confint.acf(air.acf)
ggfortify:::confint.acf(air.acf, ci.type = 'ma')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.