Skip to contents

This function generates an extended Bland-Altman Plot from Möller et al. LOA is currently not supported in this.

Usage

extended_bac(df, device_status = FALSE, variable, grader_count)

Arguments

df

Input dataframe in long format.

device_status

A boolean denoting if df is the device data-frame; default assumes grader data-frame.

variable

A valid column name denoting the variable of interest.

grader_count

An integer specifying the number of graders there are.

Value

BAC plot (without LOA)

Examples

data("expert_graders", package = "meatrics")
extended_bac(expert_graders, device_status = FALSE, variable = "ema", grader_count = 3)