Compute summaries and autocorrelation for each variable
summarize_df( df, times = seq_len(NROW(df)), interp_method = forecast::na.interp, ... ) summarise_df( df, times = seq_len(NROW(df)), interp_method = forecast::na.interp, ... )
df | the data.frame of variables to summarize |
---|---|
times | the time indices associated with the rows of |
interp_method |
|
... | further arguments to be passed to acf |