
An R package for executing disproportionality analyses in pharmacovigilance, using the information component (IC), proportional reporting rate (PRR) and reporting odds ratio (ROR).
# Install stable version from CRAN
install.packages("pvda")To run a disproportionality analysis, pass the adverse event report-level data (here, drug_event_df) to function da as:
library("pvda")
da1 <-
drug_event_df |>
da()
summary(da1)
To extract the results in a data frame, access “da_df” as a list object:
da_results <-
da1$da_df
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.