exampleData2 {dtComb} | R Documentation |
A data set containing the carriers of a rare genetic disorder for 120 samples.
Description
A data set containing the carriers of a rare genetic disorder for 120 samples.
Usage
data(exampleData2)
Format
A data frame with 120 rows and 5 variables:
- Group
Indicator if the person was carriers, values carriers and normals
- m1
Biomarker 1, 1. measurement blood sample
- m2
Biomarker 2, 2. measurement blood sample
- m3
Biomarker 3, 3. measurement blood sample
- m4
Biomarker 4, 4. measurement blood sample
Examples
data(exampleData2)
exampleData2$Group <- factor(exampleData2$Group)
gcol <- c("#E69F00", "#56B4E9")
plot(exampleData2$m1, exampleData2$m2,
col = gcol[as.numeric(exampleData2$Group)]
)
[Package dtComb version 1.0.2 Index]