Create Associative Array from Column Values
I would like to create an associative array from column values. I am curious if anyone in the JMP community has a clever solution. I am using JMP10. An example is below.// For the following data table:example = New Table( "Example Data", Add Rows( 27 ), New Column( "Lot", Character, Nominal, Set Values( {"A", "A", "A", "A", "A", "A", "A", "A", "A", "B", "B", "B", "B", "B", "B", "B", "B", "B", ...
