Description Usage Arguments Value
Generate population containing healthy and diseased subpopulation generated from normal distributions
1 | generate_pop(N, mean0, mean1, sigma0, sigma1, p1)
|
N |
total size of population |
mean0 |
numeric value of mean for class label 0 (healthy) |
mean1 |
numeric value of mean for class label 1 (diseased) |
sigma0 |
numeric value of standard deviation for class label 0 (healthy) |
sigma1 |
numeric value of standard deviation for class label 1 (diseased) |
p1 |
proportion of diseased observations in the population |
a dataframe containing
X: continuous marker values
D: class labels (0: healthy; 1: diseased)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.