I'm trying to do permutation tests and Monte Carlo Cross Validations with the Iris sample dataset as a MWE for our dataset. I'm not sure if I'm doing things and interpreting output correctly.
1) Create New Formula Column (Random->Sample Without Replacement) for the Species Column for Permutation Test.
2) Create a Validation Column (0.75/0.25 split) and a new Formula Column (Random->Sample Without Replacement) using this for Monte Carlo Cross Validation
![mjmg_0-1638371838261.png mjmg_0-1638371838261.png](https://community.jmp.com/t5/image/serverpage/image-id/38063iE6B573EC4A6D8381/image-size/medium?v=v2&px=400)
3) Run the Discriminant Platform with the Validation column and display the ROC curves. Use the Simulate Platform on the Area of the ROC Curve
![mjmg_3-1638372772720.png mjmg_3-1638372772720.png](https://community.jmp.com/t5/image/serverpage/image-id/38066iF875A0DCB712BCF1/image-size/medium?v=v2&px=400)
4.1) For the Permutation Test-Select Species as column to switch out and Shuffle[Species] as column to Switch In. Enter the desired number of random sampling and random seed and run the simulation.
![mjmg_1-1638372281372.png mjmg_1-1638372281372.png](https://community.jmp.com/t5/image/serverpage/image-id/38064iB0CCF2FE26E202C7/image-size/medium?v=v2&px=400)
4.2) View the Distributions script and take note of the empirical p-value.
![mjmg_2-1638372528310.png mjmg_2-1638372528310.png](https://community.jmp.com/t5/image/serverpage/image-id/38065i0FEF32D79891D31C/image-size/medium?v=v2&px=400)
5.1) For the Monte Carlo Cross Validation-Select Validation as column to switch out and Shuffle[Validation] as column to Switch In. Enter the desired number of random sampling and random seed and run the simulation.
![mjmg_4-1638372900805.png mjmg_4-1638372900805.png](https://community.jmp.com/t5/image/serverpage/image-id/38067i19A16A28FF6D97FF/image-size/medium?v=v2&px=400)
5.2) View the Distributions script and take note of the empirical p-value.
![mjmg_5-1638373060746.png mjmg_5-1638373060746.png](https://community.jmp.com/t5/image/serverpage/image-id/38068iC26F245EB84EED44/image-size/medium?v=v2&px=400)
6) Assuming what I did is correct (testing the Area of ROC curve), the low p-value from the Permutation test is expected, but what about the large p-value for the Monte Carlo cross validation? How should this be interpreted?
Thanks