#' qrme: Quantile regression with measurement error
#'
#' @docType package
#' @name qrme
#' @useDynLib qrme
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
#' @import BMisc
#' @importFrom copula gumbelCopula frankCopula claytonCopula normalCopula dCopula
#' @import ggplot2
#' @import mixtools
#' @import pbapply
#' @import stats
#' @import utils
#' @import quantreg
#' @import tidyr
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.