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

Try the pvLRT package in your browser

Any scripts or data that you put into this service are public.

pvLRT documentation built on March 7, 2023, 7:17 p.m.