exampleData3 | R Documentation |
Simulated data with healthy and diseased individuals A simulation data containing 250 diseased and 250 healthy individuals.
data(exampleData3)
A data frame with 500 rows and 3 variables:
Indicator of one's condition, values healthy and diseased
1. biomarker
2. biomarker
data(exampleData3)
exampleData3$status <- factor(exampleData3$status)
gcol <- c("#E69F00", "#56B4E9")
plot(exampleData3$marker1, exampleData3$marker2,
col = gcol[as.numeric(exampleData3$status)]
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.