edta | R Documentation |
Transforming contingency table data to summary statistics in diagnostic studies.
edta(TP,FN,TN,FP)
TP |
A vector of the number of true positives (TP) |
FP |
A vector of the number of false positives (FP) |
FN |
A vector of the number of false negatives (FN) |
TN |
A vector of the number of true negatives (TN) |
Summary statistics for meta-analysis are generated.
y
: Logit-transformed sensitivities and false positive rates.
S
: Within-study variances and covariances.
Se
: Sensitivities.
Fp
: False positive rates.
data(cervical)
LAG <- cervical[cervical$method==2,]
attach(LAG)
dta1 <- edta(TP,FN,TN,FP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.