isBinnedDataset: Determine if a dataset is binned

View source: R/DfBinDataset.R

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

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)


RJafroc documentation built on Nov. 10, 2022, 5:45 p.m.