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