Skip to contents

ICC3 and ICC3K Line Chart over Time

Usage

icc_line(df, df2 = NULL, variable, filtered = NULL)

Arguments

df

Input dataframe in long format.

df2

Input device dataframe in long format.

variable

A valid column name denoting the variable of interest.

filtered

A character vector of graders you want included in the ICC; can be a mix of both dataframes, If it does not include any grader name from one data-frame, all graders from that data-frame will be used.

Value

A line chart of ICC3 and ICC3k with error bars.

Examples

data("expert_graders", package = "meatrics")
data("devices", package = "meatrics")
icc_line(expert_graders, df2 = devices, variable = "msa_marbling")
#> boundary (singular) fit: see help('isSingular')