#' Forecast Error Variance Decomposition
#'
#' @param x A fitted object.
#' @param ... Other arguments passed to methods
#'
#'
#' @export
fevd <- function(x, ...) {
UseMethod("fevd")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.