#' `pvLRT`: An R package implementing various Likelihood Ratio Test-based
#' approaches to pharmacovigilance
#'
#' `pvLRT` is an R package that implements a suite of
#' likelihood ratio test based methods to use in pharmacovigilance.
#' It can handle adverse events data on several simultaneous drugs,
#' with possibly zero inflated report counts. Several testing and post-processing
#' functions are implemented.
#'
#'
#' @name pvLRT-package
#' @md
NULL
#> NULL
#' @import stats methods graphics
#' @importFrom data.table data.table as.data.table
#' @importFrom utils capture.output tail head
#' @import bit64
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.