Last data update: 2014.03.03

R: Melanoma dataset
melanomaR Documentation

Melanoma dataset

Description

The melanoma dataset was obtained from Venkatram and Begg (1996). This study was conducted to assess the clinical usefulness of a clinical scoring scheme without dermoscope (CSS) used by dermatologists in order to determine if a suspicious pigmented lesion on the skin is a melanoma.

Usage

data(melanoma)

Format

A data frame with 72 observations on the following 2 variables.

X

clinical scoring scheme without dermoscope. Numerical vector.

group

true disease status (absence/presence of melanoma). Numerical vector (0=absence, 1=presence)

Source

Venkatraman, ES., Begg, CB. (1996). A distribution-free procedure for comparing receiver operating characteristic curves from a paired experiment. Biometrika 83, 835–848.

References

Venkatraman, ES., Begg, CB. (1996). A distribution-free procedure for comparing receiver operating characteristic curves from a paired experiment. Biometrika 83, 835–848.

Examples

data(melanoma)
summary(melanoma)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GsymPoint)
Loading required package: truncnorm
Loading required package: Rsolnp
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/GsymPoint/melanoma.Rd_%03d_medium.png", width=480, height=480)
> ### Name: melanoma
> ### Title: Melanoma dataset
> ### Aliases: melanoma
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(melanoma)
> summary(melanoma)
       X                group       
 Min.   :-5.88100   Min.   :0.0000  
 1st Qu.:-3.22100   1st Qu.:0.0000  
 Median :-1.69550   Median :0.0000  
 Mean   :-1.55642   Mean   :0.2917  
 3rd Qu.: 0.00675   3rd Qu.:1.0000  
 Max.   : 3.03200   Max.   :1.0000  
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>