Skip to contents

Bar chart of category-wise Fleiss Kappa

Usage

fleiss(df, device_status = FALSE, df2 = NULL, variable)

Arguments

df

Input data-frame in long format; must be grader data-frame if df2 is not null.

device_status

A boolean denoting if df is the device data-frame; default assumes grader data-frame. This parameter should be set to FALSE if your df2 is not null.

df2

Device data-frame in long format.

variable

A valid column name denoting the categorical variable of interest.

Value

A bar chart of category-wise Fleiss Kappa

Examples

data("expert_graders", package = "meatrics")
fleiss(expert_graders, device_status = FALSE, variable = "meat_colour")