powered by
Transforming contingency table data to summary statistics in diagnostic studies.
edta(TP,FN,TN,FP)
Summary statistics for meta-analysis are generated.
y: Logit-transformed sensitivities and false positive rates.
y
S: Within-study variances and covariances.
S
Se: Sensitivities.
Se
Fp: False positive rates.
Fp
A vector of the number of true positives (TP)
A vector of the number of false positives (FP)
A vector of the number of false negatives (FN)
A vector of the number of true negatives (TN)
data(cervical) LAG <- cervical[cervical$method==2,] attach(LAG) dta1 <- edta(TP,FN,TN,FP)
Run the code above in your browser using DataLab