Calculate difference between 2 group
Hi Everyone,I am new with jmp. I have a data table like the below:index Team value1 a 52 a 123 a 204 b 55 b 226 b 6 I want to create a new column, "delta", that calculate the differences between the index group by "team", so i would have something like this: index Team value delta1 a 5 . 2 ...