Multiple Response - unique values
For a column with modeling type multiple response, is there a command in JSL to get the unique values?
Or do I have to generate it manually?Open( "/C:/Program Files/SAS/JMP/17/Samples/Data/Big Class Families.jmp" );
unique_values=Associative Array(Words(Concat Items(:sports << get values() ,","),", ")) << get keys;