Skip to contents

Creates grouped bar charts to compare measurements across different groups, inspired by Pew Research Center and similar professional visualizations. Supports clinical lab values, survey responses, and any measurements that vary by group.

Value

An R6 class generator object for the groupedbarClass backend; used internally by the jamovi analysis wrapper and not called directly.

Details

This module provides flexible grouped bar chart visualization with:

  • Multiple plot layouts (grouped, stacked, horizontal)

  • Statistical comparisons between groups

  • Error bars and confidence intervals

  • Professional styling options

  • Reference lines for clinical cutoffs

  • Faceting by additional variables

Super classes

jmvcore::Analysis -> groupedbarBase -> groupedbarClass