R/hd.R

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