Description Usage Arguments Value
Synthesize ROC data
1 2 3 4 5 6 | ROC_data_creator(
Number_of_cases = 100,
Number_of_non_cases = 100,
prob_case = c(0.1, 0.2, 0.3, 0.5),
prob_non_case = c(0.4, 0.3, 0.2, 0.1)
)
|
Number_of_cases |
Number_of_cases |
Number_of_non_cases |
Number_of_non_cases |
prob_case |
prob_case |
prob_non_case |
prob_non_case |
A list, indicatin ROC data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.