JMP Add-Ins
Download and share JMP add-ins
Download and share JMP add-ins
Download and share JMP scripts
Download and share JMP sample data
KDTable spider example to go with blog post. Try the creepy option. Drag the small white square mouse handle around to move the 9-legged spider through the data.
Cloud example of KDTable to go with blog post. The small white square is a mouse handle; drag it around to highlight the nearest points in the cloud. Edit the script to change the cloud size from 20,000 to 2,000,000 points; the nearest neighbors (color points) are still found very fast, but showing the 2 million other gray points (check box) begins to get slow.
The attached ZIP file contains data and scripts I used for a blog post remaking yield curve graphs. Three files:YieldRaw.jmp -- the raw data as produced by Internet OpenTreasuryYield,jsl -- a script that processed the raw file and produced a summarized versionYieldSummary.jmp -- a summarized data file with graphic scripts
This add-in requires a connection to a SAS server. It will list the SAS maps on the server and allow you to import them into JMP.Select the SAS maps to convert on the left, then click the Convert Maps to JMP button.When finished, the map will appear in the list of JMP maps on the right.
jeffmoore
This data table was adapted from the BigClass.jmp.sample data found in JMP (Help>Sample Data) for a Learning JMP video demo. It was adapted in the JMP New User Welcome Kit under Data Prep Section 2 > Video 3.It's also used in a New User Welcome Kit Tabulate Platform exercise under the Analyze Section 3 > Video 2. Tabulate_Hoodies_Raincoats.jmp
I have posted and updated version of this script to use with JMP12. The categorical platform was by-passed (due to a technical glitch) in favor of the categorical platform for the 2x2 table and graphic which is now a mosaic plot.
The IVD Performance Add-In was designed for quick reporting of diagnostic test results. The output includes the common 2x2 table of results, a frequency chart, as well ...
KarenC
This Add-In will present the user with list of open data tables. The user may select one or more of the tables. Upon clicking OK, the selected tables will be closed without saving. There is also a CheckBox option to close all tables. Use keyboard shortcut Ctrl+Shift+x to call the Add-In or use the Add-Ins menu.
This Add-In will present the user with a list of table scripts in the current data table. The user may select one or more of the scripts to be opened in individual script editor windows.
Duplicating this, but distorted and with color. If you size to isometric it will be a cardioid again. Interactive means there are two buttons to press. This is a small graphic script attached to a graph box; draws a bunch of circles in just the right places. The black outlines and transparent red fills conspire to make the edge and moire effects. Sin and Cos are swapped to get a traditional orient...
This is the data set that I used for the JMP blog post Dual-scaled jobs chart deconstructed, part 1, which explores some dangers and alternatives to dual scaled graphs.
After Kaiser Fung critiqued a chart of World Bank GDP data in a Junk Charts blog post, I tried a JMP version and posted it to twitter a few months ago. Since others have asked for more details, I'm posting the file and info here.The challenge is to represent two variables (GDP and population) and their ratio across very wide scales. I tried a scatter plot with added lines to show levels of the rat...
JSL to find the formulas in a JMP data table and write a CSV (comma separated value) file. There is an open issue for exporting formulas to Excel; maybe this script can serve as a starting point to determine what is really needed. The code also demonstrates a simple use of Regex, user functions, and saving a file to the $TEMP directory.This code has only been tested on the included data table. wh...
This script counts the number of occurrences of each provided word, then creates individual columns with the number of occurrences for each word.UsageFirst download wordCountsv005.jsl from the bottom of this page1. With your data table open, run the attached script2. Select your column of text in the list of columns, then click "Text Column" to enter it in that role3. Enter the words you wish to c...
Hi everyone,Here is a fun script to simplify tedious work like attaching references lines with comments on overlay graphs. Hope you will find it useful. It definitely cut down on the time it took to prepare management reports ...etc. Its very simple to use 1. Just run the system and a pop up will appear. Select your data table and click ok.2.Select the appropriate columns (make sure both parame...
estherloo2008
Completely interactive, this application allows users to explore the capability analysis of a column which has specification limits in its metadata. The goal is to see the impact of changing the standard deviation, or specification limit on capability analysis and, more specifically, on CpK and Cp. To use it, please run the add-in and choose a column which has some specifications limits coded. You...
Starting with JMP 10, you have been able to output .jpeg or .png versions of JMP graphs and reports in high resolution (300 dpi) by choosing the 300 option when saving a file or saving a selection as. Sometimes, however, 300 dpi is not enough. This add-in lets you output .jpeg or .png files at as high of a resolution as your needs demand. Simply run the add-in and select the dpi you desire. This w...
(Please note that the second version of the script offers a significant enhancement over the first version. Please download and update your copy if you got it before October 3, 2014.)This script can be used with any numeric data column to demonstrate the beneficial effect of the Box-Cox transformation. A new column is created with the transformed variable. The new column name is the original colum...
Midi files contain note-on and note-off events to drive a music synthesizer. This add-in creates simple midi files with three instruments; on Windows the play button might launch media player and play the tune. On Mac you might need to find a player (Quick Time perhaps) and start the file manually after saving it.Click to create notes, drag to re-position them. Violin in green, piano in red, ba...
This script parses the iTunes XML library file to create an analysis ready JMP table. This is useful if you want to visualize your iTunes library with play counts. Or, use this as an example of parsing XML into a JMP table for more general use.Please note that you may have to edit the second line of the JSL to set an appropriate path to the iTunes library file on your machine.iTunespath = "~/Mus...
This is an example application created with the JMP Application Builder. The file will open to the Application Builder editor. Choose Run Application from the red-triangle menu to run the application. This example demonstrates several features of applications:Data Tables can be embedded in the windows with reportsMultiple live reports with full brushing and interactivity are combined in a singl...
JMP comes with sample Movies data.This table includes a table script which will automatically interrogate the IMDB database via an internet connection and retrieve a synposis of the selected movie.
David_Burnham
This script will fill missing values within a column based on other occurrences of data:In this illustrative data table, we might choose to forward-fill the Jan Ozone column or back-fill the Dec Ozone column.For example, forward-filling the Jan Ozone column would set the value of 2.63 for the whole of 1955; back-filling the Dec Ozone column would set the value to 3.83 for the whole of 1955.This ty...
David_Burnham
Since it's my last week, I decided to make JMP's very own minesweeper clone. For those of you that are not familiar with minesweeper, the objective is to clear a board with out triggering any of the hidden mines. Each non-mine tile will have a number telling you how many mines are adjacent to that tile (with 0 being blank).Clicking on a number functions like a double-click on the windows version. ...
yho
Scagnostics, scatterplot diagnostics, was discovered by John and Paul Tukey and later popularized by Leland Wilkinson in Graph-Theoretic Scagnostics (2005). These analyses were redefined in High-Dimensional Visual Analytics: Interactive Exploration Guided by Pairwise Views of Point Distributions (2006).The beauty of scagnostics is the ability to visually explore a dataset. JMP has the inherent fea...
adam_terwillige