compare_values: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1
2
compare_values(df, ..., reference, 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

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. Does the graph should be plotted ?

Value

a list with two elements

models

a tibble with models estimatoin statistics

graphic

the ggplot graphic

Examples

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

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