knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(verifmesures)

compare_values

This function enable to compare sets of values to another set of value which is considered as a reference one. The comparison is performed through linear models.

#data(mtcars)
#compare_values(df = mtcars, hp, drat, wt, reference = disp)

compare_loa

Comparison of methods of measurement through limits of agreement Bland and Altman (ref) methods. Several methods are compared to one reference method

#data(mtcars)
#compare_values(df = mtcars, hp, drat, wt, reference = disp)


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