Combine Groups and Form an Identifier

 

Menu location: Data_Organizing_Combine Groups.

 

This function combines data from the workbook columns you select and puts them into a single new data column with a group identifier column alongside it.

 

Example

Data~G1 Data~G2 Data~G3 ---> Group ID Data
1.1 0.7 1.9 Data~G1 1.1
1.3 1.0 2.2 Data~G1 1.3
0.9 0.6 1.7 Data~G1 0.9
1.5 1.1   Data~G1 1.5
1.3     Data~G1 1.3
      Data~G2 0.7
      Data~G2 1.0
      Data~G2 0.6
      Data~G2 1.1
      Data~G1 1.9
      Data~G1 2.2
      Data~G1 1.7

 

Some other statistical packages require group identifier columns for group comparison tests, where all data are expected to be in a single column. StatsDirect does not do this for simple group comparison methods because separate data columns aid comprehension of the analysis. If you need to share data between StatsDirect and statistical packages that require group identifiers then use this function and the group split function to prepare data prior to import/export.