Description Usage Arguments Value Examples
View source: R/vertical_to_horizontal.R
Transfer From Vertical placement into Horizontal placement for casewise vectors
1 | horizontal_from_vertical_in_each_case(vector, NI, M, Q, C)
|
vector |
a vector, such as hit vector, h or f counted by each cases. |
NI |
Number of images, in other words, cases |
M |
Number of modalities |
Q |
Number of readers |
C |
Number of confidence levels, in other words, ratings |
an array whose dimension is NI, M,Q,C
1 2 3 4 5 | h <-dcasewise$h
horizontal_from_vertical_in_each_case(h, 200,5,4,5)
f <-dcasewise$f
horizontal_from_vertical_in_each_case(f, 200,5,4,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.