compare_loa: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1
2
compare_loa(df, ..., reference, IC_level = 0.95, x_text = NULL,
  y_text = NULL, strip_text = NULL, graph = TRUE)

Arguments

df

a tibble or a dataframe

...

unquoted names of variable to compare

reference

unquoted name of reference variable to compare with

IC_level

a number. Value of the confidence intervals level

x_text

graphic x axis label. If NULL, nothing is displayed

y_text

graphic y axis label. If NULL, name of reference variable is displayed

strip_text

graphic strip text. IF NULL, names of variables in ... arg are displayed

graph

boolean. Should the graphic be plotted ?

Value

a list with three elements

data

the data with call data and graphic quantities

loa

statistics about limits of agreament

graphic

the ggplot graphic

Examples

1
#find an example

BenjaminLouis/verifmesures documentation built on May 23, 2019, 6:01 p.m.