The function estimates the sample partial autocorrelation
function of a tibble
containing several time series.
Arguments
- .data
A
tibble
containing the time series data.- context
A named
list
with the identifiers forseried_id
,value_id
andindex_id
.- lag_max
Maximum lag as integer.
- level
Numeric value. The confidence level to check significance.
- ...
Further arguments passed to
stats::pacf()
.