I'm a long time JMP user, but a first time poster. I’ve searched and searched and cannot find a means to analyze data the way I’d really like.
Attached is an Example data table that I’m using.
For my specific example, each “ID” has ~700 unique X/Y coordinate locations. And each one of those X/Y coordinate locations is tested for Pass/Fail. (Pass = “.”; Fail = “F”).
Ideally, I’d like:
- A Contour Plot, with a color gradient associated to the Pass and/or Fail rate for all ID’s. (e.g. if -9/+13 passes 1% of the time it would be blue, and if -9/+14 passes 99% of the time it would be red).
- Or a 3-dimensional chart indicating pass/fail rates similar to above.
- Or, if I can convert my X/Y coordinates into a distance-like measurement (radius, for example), a plot of Pass/Fail rate vs. distance.
The Example data table I have here (~30k rows) is a relative small subset of my larger data table (>>1 million rows).
Although I'm not opposed to working with scripts, can JMP do the above without scripts? That is, does JMP have built-in functions to accomplish this task?
Help or advice is much appreciated. Thanks.