Learn R Programming

ROCwoGS (version 1.0)

score: score data

Description

A data frame with the first column of the continuous-scaled diagnostic test scores; the second column of the binary reference scores; the third column of a factor vector to indicate the population that the observations come from.

Usage

data(score)

Arguments

Format

A data frame with 4214 observations on the following 3 variables.
t
a numeric vector
r
a numeric vector
Group
a factor with levels 1 2 3

Source

Details

References

Examples

Run this code
data(score)
## maybe str(score) ; plot(score) ...

Run the code above in your browser using DataLab