isBinnedDataset {RJafroc} | R Documentation |
Determine if a dataset is binned
Description
Determine if a dataset is binned
Usage
isBinnedDataset(dataset, maxUniqeRatings = 6)
Arguments
dataset |
The dataset |
maxUniqeRatings |
For each treatment-reader combination, the max number of unique ratings in order to be classified as binned, the default value for |
Value
a logical [I x J]
array, TRUE if the corresponding treatment-reader combination is binned, i.e., has at most maxUniqeRatings
unique ratings, FALSE otherwise.
Examples
isBinnedDataset(dataset01)
[Package RJafroc version 2.1.2 Index]