Learn R Programming

RJafroc (version 2.1.2)

isBinnedDataset: Determine if a dataset is binned

Description

Determine if a dataset is binned

Usage

isBinnedDataset(dataset, maxUniqeRatings = 6)

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.

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 maxUniqeRatings is 6; if there are more unique ratings the treatment-reader combination is classified as not binned.

Examples

Run this code
isBinnedDataset(dataset01)

Run the code above in your browser using DataLab