R/hd.R

#' Historical Decomposition
#'
#' @param x A fitted  object.
#' @param ... Other arguments passed to methods
#'
#'
#' @export
hd <- function(x, ...) {
  UseMethod("hd")
}
kvasilopoulos/vargenerics documentation built on June 29, 2019, 4:19 a.m.