Description Usage Arguments Value Examples
View source: R/validation_MRMC_Create_dataList_MRMC_Hit_from_rate_etc.R
Thresholds are created from its differece
z[1] = w
z[2] = z[1]+ (z[2]-z[1] )
z[3] = z[1]+ (z[2]-z[1] )+(z[3]-z[2])
z[4] = z[1]+ (z[2]-z[1] )+(z[3]-z[2])+(z[4]-z[3])
1 |
w |
a real number, indicating the first threshold |
dz |
a vector of real numbers, indicating the difference of thresholds |
A vector of real numbers
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.