Makes a lollipop chart from pair-wise comparison data

significative_count_lollipop(
  pairwise_results,
  pvalue = 0.05,
  normalize = FALSE,
  first = 25
)

Arguments

pairwise_results

a `list` passed from `significative_diff_boxplot()`

pvalue

`numeric` the threshold p-value

normalize

`logical` if `TRUE`, normalize the count by the number of comparison

first

`numeric` controls the number of variables plotted

Value

a named list with two elements `p` a `ggplot` plot and `stats` the count table of the significative value