The output will provide you a .csv file with a higher-level unit in each row and the alignment score down each column. The columns will be labeled with the type of score.
To interpret these scores, please read Emich, et. al. (2024) ORM. However, briefly.
Average Distance: This measure computes the average distance between all attribute vectors and is the most common type of alignment used. Without specific theory governing the use of another alignment type, researchers should use this score to interpret alignment as one unit more always equals one unit of distance between the attributes.
Force/Potential Energy: These measures are physical measures of alignment and scores drop off quickly as soon as a system moves away from full alignment. Thus, these measures may be used if a researcher theorizes that the system must be in full alignment for a certain effect to occur and any deviation from that full alignment will significantly harm the effect. The force measure is a stronger measure of this than potential energy measure.
Traveling Salesman: This measure calculates the shortest distance between attribute vectors. In most cases it will be highly correlated with average distance. However, if one has data where certain attributes cluster and is more interested in the distance between these clusters being counted once in a measurement of alignment, this method provides researchers the ability to do that.
Pairwise Distance: These measures calculate the pairwise Euclidean distance between all attributes within a given set.
Please format your data such that each lower level unit (e.g., team member) has its own row, and an identifier for the higher level unit it is nested within indicated in a separate column (e.g., TeamID). In this way, for example, a team of four members may be organized as follows:
As shown, each attribute of interest should also have a unique column and vary at the lower-level (e.g., individual-level). See "test_data.csv" for an example of how to structure your data for this analysis. When running attribute alignment analysis, also be sure you have no missing data in your file.