The JMP scripting language has a number of convenient functions for handling files external to JMP. Here’s an example:
|
// purge the temporary folder files = filesIndirectory(tmpDir); for (i=1,i<=nItems(files),i++, path = convertFilePath(files[i],base(tmpDir)); if (!isDirectory(path), deleteFile(path) ) ); |
An Easter egg is an intentional inside joke, a hidden message, or a secret feature of an interactive work (often, a computer program, video game or DVD menu screen). The name is used to evoke the idea of a traditional Easter egg hunt
– Wiki

The above visualisation is a 3D tree view of a decision tree generated with the Partition platform.
However, if you look under the red triangle hotspot for the platform you won’t find an option to create this output.
(more…)
What is JMP? Here is my response to a recent tweet from @JMP_Software
Insights in the use of JMP and the scripting language JSL