Nothing
#' sparsevar: A package to estimate multivariate time series models (such as VAR and
#' VECM), under the sparsity hypothesis.
#'
#' It performs the estimation of the matrices of the models using penalized
#' least squares methods such as LASSO, SCAD and MCP.
#'
#' @section sparsevar functions:
#' \code{fitVAR}, \code{fitVECM}, \code{simulateVAR}, \code{createSparseMatrix},
#' \code{plotMatrix}, \code{plotVAR}, \code{plotVECM}
#' \code{l2norm}, \code{l1norm}, \code{lInftyNorm}, \code{maxNorm}, \code{frobNorm},
#' \code{spectralRadius}, \code{spectralNorm}, \code{impulseResponse}
#'
#' @docType package
#' @name sparsevar
#'
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.