compare_rr: Function to compare reproducility and repeatability of...

Description Usage Arguments Value Examples

Description

Function to compare reproducility and repeatability of different measurement methods through the calcul of Intraclass Correlation Coefficient (ICC)

Usage

1
2
compare_rr(df, ..., subjects, observers, repetitions, which_repetition,
  which_observer, graph = TRUE)

Arguments

df

a tibble

...

unquoted names of column to compare

subjects

unquoted name of subject column

observers

unquoted name of observers/raters column

repetitions

unquoted name of repetitions column

which_repetition

a character string. The code of repetitions to use for reproducibility.

which_observer

a character string. The code of observers/raters to use for repeatability.

graph

boolean. Should the graphics be plotted ?

Value

a list with two element

Reproducibility

a list with two element : the tibble and the ggplot graphic of results

Repeatability

a list with two element : the tibble and the ggplot graphic of results

Examples

1
#find example

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