Learn R Programming

bamdit (version 3.4.4)

skin2: Accuracy of Computer-Aided Diagnosis of Melanoma: A Comparative Meta-analysis.

Description

This data frame contains results 14 comparative diagnostic studies: CAD vs Dermatologists

Arguments

Format

A matrix with 14 rows and 12 columns. Each row represents a study's results, the columns are:

"study"

Study name and year

"TP_CAD"

number of true positives CAD.

"TN_CAD"

number of ture negatives CAD.

"FP_CAD"

number of false positives CAD.

"FN_CAD"

number of false negative CAD.

"TP_Dermatologists"

number of true positives Dermatologists.

"TN_Dermatologists"

number of ture negatives Dermatologists.

"FP_Dermatologists"

number of false positives Dermatologists.

"FN_Dermatologists"

number of false negative Dermatologists.

"test_set_source"

The database was public domain or propietary.

"cad_method"

Computer-Aided Diagnostic Technique: computer vision; deep learning or hardware-based.

"test_set_independent"

yes or no.