Description Usage Arguments Details Value Author(s) References Examples
This function proposes the Fisher's Exact Test as an alternative to the PRR and ROR methods. The statistic of interest is the P-value or the mid-P-value resulting from the test (Ahmed et al., Biometrics).
1 2 |
DATABASE |
Object returned by the function |
OR0 |
Value of the tested odds ratio. By default, |
MIN.n11 |
Minimum number of notifications for a couple to be potentially considered as a signal. By default, |
DECISION |
Decision rule for the signal generation based on 1 = FDR (Default value) 2 = Number of signals 3 = P-values or mid-P-values. See |
DECISION.THRES |
Threshold for |
MID.PVAL |
if |
The FDR is estimated with the LBE procedure proposed by Dalmasso et al. (2005).
ALLSIGNALS |
Data.frame summarizing the results of all couples with at least |
SIGNALS |
Same Data.frame as |
NB.SIGNALS |
Number of generated signals. |
INPUT.PARAM |
Parameters entered in the function. |
Ismaïl Ahmed & Antoine Poncet
Ahmed I, Dalmasso C, Haramburu F, Thiessard F, Broët P, Tubert-Bitter P. False discovery rate estimation for frequentist pharmacovigilance signal detection methods. Biometrics. 2010 Mar;66(1):301-309.
Dalmasso C, Broët P, Moreau T (2005), A simple procedure for estimating the false discovery rate, Bioinformatics, Bioinformatics, 21: 660 - 668.
1 2 3 4 5 | ## start
#data(PhViDdata.frame)
#PhViDdata <- as.PhViD(PhViDdata.frame)
#res <- RFET(PhViDdata)
## end
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.