Learn R Programming

BayesianFROC (version 1.0.0)

horizontal_from_vertical_in_each_case: Transfer From Vertical placement into Horizontal placement for casewise vectors

Description

Transfer From Vertical placement into Horizontal placement for casewise vectors

Usage

horizontal_from_vertical_in_each_case(vector, NI, M, Q, C)

Arguments

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

Value

an array whose dimension is NI, M,Q,C

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab