Learn R Programming

PhViD (version 1.0.3)

PhViD.search: PhViD.search

Description

This function makes possible to extract some information from the output of the PhViD functions for a given couple adverse event-drug, for a drug or for an adverse event.

Usage

PhViD.search(RESULT, DRUG = NULL, EVENT = NULL)

Arguments

RESULT
RESULT must be the output of one the signal detection method functions (ROR, PRR, RFET, GPS or BCPNN
DRUG
The label of the drug. By default, DRUG=FALSE.
EVENT
The label of the adverse event. By default, EVENT=FALSE.

Value

  • DRUGRecalls the label of the drug.
  • EVENTRecalls the label of the event.
  • EXIST_DRUGIndicates if the label of the drug exists in the database.
  • EVENTIndicates if the label of the adverse event exists in the database.
  • EXIST_COUPLEIndicates if the couple is present in the database.
  • LISTIt is a dataframe that contains the labels, the counts, the expected counts, the value of the statistic of interest, the rank and the estimated FDR for each couple.

encoding

UTF-8