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,
  ...
)

Arguments

df

the data.frame of variables to summarize

times

the time indices associated with the rows of df

interp_method

character a function used to interpolate obs. Defaults to na.interp.

...

further arguments to be passed to acf