Data

Grouped Column Data

A chart for visualizing multi-series data.

Why grouped charts?

Grouped charts are a great way to visualize numeric values plotted against two categorical variables instead of one.

Grouped charts are very similar to column or row charts, the difference being values are grouped by position for the primary categorical variable and by color for the secondary categorical variable.

Time series data is often a great choice for the primary categorical variable. i.e. monthly summaries 20XX-Jan, 20XX-Feb, 20XX-Mar, etc.

Grouped charts allow you to see changes within-groups (changes in the secondary variable within levels of the primary), as well as see changes between-groups (changes in the primary variable across levels of the second).

Data entry

If you select a grouped column chart a table is generated with 2 columns for your categorical variables (Factor A & Factor B) and a 3rd column called Outcome for your numerical values.

Factor AFactor BOutcome
Wild TypeControl100
Wild TypeTreatment 1100
Wild TypeTreatment 2105
KnockoutControl25
KnockoutTreatment 145
KnockoutTreatment 255

Arrange your data such that each outcome value corresponds to 2 categories.

When working with paired or dependent samples (i.e. before and after treatment). The sample size and ordering of your data should be conserved across the dependent samples.

Paired samples should be entered in such a way that once samples are filtered into their individual groupings they should end up in the same indexable order.

To illustrate how to order paired samples, an example is provided below with an additional column indicating the subject ID for clarity.

ID#Factor AFactor BOutcome
#1BeforeControl100
#2BeforeControl105
#3BeforeTreatment102
#4BeforeTreatment98
#1AfterControl15
#2AfterControl20
#3AfterTreatment45
#4AfterTreatment60

Key features

  • The first 2 columns represent categorical variables, while the 3rd is for numerical values.
  • Categorical variables accept words, numbers or characters as input
  • If your data is not paired (independent samples). You can enter your data in any order.
  • If your data is paired (dependent samples) (i.e. before and after treatment) paired samples should be entered in the same order (ie. subjects filtered down into their individual groupings should be indexed in the same order).

When you're ready to plot, Graphmatik will automatically parse your data and calculate all necessary descriptive statistics when navigating over to the chart workspace.

Types of grouped charts

You can create 5 types of grouped charts. Select from the plots below to learn more.

Statistical analyses supported

  • Descriptive statistics
  • Two-way ANOVA (coming soon)