Skip to contents

For each group, plot support for items in descending order of individual issue majority, overlaying the individual issue majority vs. the cumulative issue majority (proportion supporting the majority on all issues up to and including rank k).

Usage

plot_cumulative_majority(
  results,
  show_response_value = TRUE,
  majority_cutoff = FALSE
)

Arguments

results

Output from measure_alignment().

show_response_value

Logical; show response values in labels.

majority_cutoff

Logical; trim items that fall below majority cumulative support in each group.

Value

ggplot object.