R/pvLRT-package.R

#' `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
c7rishi/pvLRT documentation built on March 11, 2023, 12:50 a.m.