I am trying to create a categorical variable (a third variable) from two categorical variables.
Thanks...
Your request is quite vague in what the new column is supposed to contain, so I will assume you want to concatenate the two columns together. To do this,
firstcolname || secondcolname
I strongly suggest that you go through the Discovering JMP and Using JMP documents from the JMP Documentation Library
Help==>JMP Documentation Library
Your request is quite vague in what the new column is supposed to contain, so I will assume you want to concatenate the two columns together. To do this,
firstcolname || secondcolname
I strongly suggest that you go through the Discovering JMP and Using JMP documents from the JMP Documentation Library
Help==>JMP Documentation Library