Can JMP automatically dichotomize continuous variables while making contingency tables?
This data table contains hypothetical values from a method comparison between two quantitative tests. You can see that I dichotomized the quantitative values in columns "Test A" and "Test B" at a setpoint of 4, resulting in columns "Test A dich4" and "Test B dich4", respectively. This facilitated fitting {y by x} of the resultant columns into a 2x2 contingency table (script “Split at 4”).Can JMP a...