ggpacf {nortsTest}R Documentation

pacf plot.

Description

Plot of the partial autocorrelation function for a univariate time series.

Usage

ggpacf(y, title = NULL)

Arguments

y

a numeric vector or an object of the ts class containing a stationary time series.

title

a string with the plot's title.

Value

None.

Author(s)

Mitchell O'Hara-Wild and Asael Alonzo Matamoros

Examples

x = rnorm(100)
ggpacf(x)


[Package nortsTest version 1.1.2 Index]