edta {MVPBT}R Documentation

Transforming contingency table data to summary statistics in diagnostic studies

Description

Transforming contingency table data to summary statistics in diagnostic studies.

Usage

edta(TP,FN,TN,FP)

Arguments

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)

Value

Summary statistics for meta-analysis are generated.

Examples

data(cervical)
LAG <- cervical[cervical$method==2,]

attach(LAG)

dta1 <- edta(TP,FN,TN,FP)

[Package MVPBT version 1.2-1 Index]