Nothing
#' exdqlm: Extended Dynamic Quantile Linear Models
#'
#' Routines for Bayesian estimation and analysis of dynamic quantile linear models
#' using the extended asymmetric Laplace error distribution (exDQLM).
#'
#' @section Runtime options:
#' \itemize{
#' \item `options(exdqlm.use_cpp_kf = TRUE|FALSE)` – C++ Kalman bridge (optional; default TRUE).
#' \item `options(exdqlm.use_cpp_samplers = TRUE|FALSE)` – C++ samplers (optional; default FALSE).
#' }
#'
#' @useDynLib exdqlm, .registration = TRUE
#' @import Rcpp
#' @docType package
#' @name exdqlm-package
#' @keywords package
"_PACKAGE"
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.