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
This Add-in generates formula columns calculating the percent of total (row-wise) for the selected numeric columns. These columns are especially useful when creating stacked bar or column chart of the columns of interest and you wish for your scale to be percent of total rather than a sum. Usage: After installing this Add-in, select the set of columns in the data table, then choose "Percent of...
As I submit this script it is the eve of the first Friday the 13th of the new year (2017). I wondered, "How often does the 13th of the month fall on a Friday?" I decided to compute the answer. Then I realized that the question had to be framed in the context of a particular span of time, so what about this century (2000-2099)? The script is easy to use. Simply run the script and enter the values t...
This Add-in will copy the script of the selected column(s) to the system clipboard. When pasted into a script window and run, the copied script will recreate the original column(s), including all properties (formula, value ordering, etc). This can be useful to move formula columns from one table to another (assuming the necessary columns are available for the formula to operate on).
This add-in downloads to your menu a JMP Custom Starter Menu created to orient common JMP tools to follow a QbD (Quality by Design) Pharma flow. QbD is a process to achieve breakthroughs in products, services, and processes that was first devised by Quality Guru Joseph Juran and is commonly used in automotive and pharmaceutical industries (source: Wikipedia). This Customer Starter menu surf...
Attached is the Master JMP File (CustomStarterSpecFile-QbD.jmp) used to make a JMP Custom Starter Menu that orients tools common used in a QbD (Quality by Design) flow. QbD is a process to achieve breakthroughs in products, services, and processes that was first devised by Quality Guru Joseph Juran and is commonly used in automotive and pharmaceutical industries (source: Wikipedia). This C...
Would a tool which imports text, word documents, PowerPoint, and pdfs be beneficial prior to using JMP 13's Text Explorer tool? This is the add-in for you.
Here is the data from my blog post.
Until recently, France was divided into 22 regions but in 2016 that was modified to be just 13 regions. I updated the shape files, FR-Admin1-Name.jmp and FR-Admin1-XY.jmp for version 14 and Florence put them on the community here: https://community.jmp.com/t5/Groupe-francophone-des/Cartographie-Nouvelles-régions-de-France/gpm-p/33507 But it occured to me that you might have data over time that...
The attribute gauge analysis in JMP currently handles two levels of rating: pass or fail. It computes the probability of a false alarm, the probability of a miss, the escape rate, and the rater bias. This standard analysis has been extended to more than two levels when the ratings have an ordinal interpretation. For example, a unit might be rated into one of three grades, where grade 1 is best, gr...
This add-in ingests estimates from a Fit Model report of a one-way ANCOVA with interaction to generate a combined data table of indicator parameterization estimates treating each level of the categorical variable as the reference category successively. This allows for testing of pairwise slopes in this analysis. Instructions (after installing add-in): Fit an ANCOVA with interaction model using F...
This utility is a result of the data cleaning JMP blog post and my Discovery 2015 talk It’s a Dirty Job, but Someone Has to Do It. It operates in a fashion similar to the Columns Viewer. Read the attached Word document for more details. Requires JMP 12 or later. Files were updated November, 2016. Watch the November 2016 Advanced Mastering JMP videos on this topic.
Attached is the Master JMP File (CustomStarterSpecFile-DMAIC.jmp) used to make a JMP Custom Starter Menu that orients common JMP tools to follow a Six Sigma DMAIC (Define, Measure, Analyze, Improve & Control) flow. One can modify and edit this Master File to create your own Custom Starter Menu flow. Once the table is ready, you merely have to run the "Create Custom Menu Script" on the Master...
to go with Third Branch 4K Video . This is the data used by the third script. There is a scatter 3D viewer script in this data table.
This addin will connect to an OLEDB and convert it to a SQLite database so that it can be used with Query Builder. The addin uses a combination of JMP Scripting Language and a Python script to do most of the work. The addin executes a Python script (thanks for the help on writing the Python script from bryan.boone) that in turn creates a snapshot of the OLEDB and saves it out as a SQLite DB. The...
The JSL (attached, below) for this is deceptively simple. It took me a long time to understand how the recursion happens. It generates a million points--give it a minute or so.
update: faster version attached.
Barnsley fern - Wikipedia, the free encyclopedia
If you are trying to understand the recursion, set the right-click->graph->marker-drawing-mode to fast, clear the row-states, and select the...
Version 1.1 5-28-2014
Note: This Add-In Requires JMP 11.1.1 or Later. This Add-In is intended to support publishing from standard reports generated through JMP platforms. There may be situations where custom scripts, applications and/or journals may cause the Add-In to fail before generating a complete report. As such, we have to say that this Add-In does not support auto-publishing from these item...
This script provides an simulator for a pair of scales that can be used interactively to perform measurements.There are three unknown weights (red, green,blue).Step 1: drag one or more of the unknown weights onto the scales:Step 2: drag counter-weights onto the scalesStep 3: the goal is to determine the unknown weights by achieving balance.This simulator has been used in a DOE workshop setting to ...
David_Burnham
This script illustrates the variability of the test statistic and the connection to Type I error rates and power rates for different null and alternative hypotheses. Includes controls for population shape, mean, and standard deviation, sample size, alpha level and number of samples.Watch video.Note: To access this script, install the add-in at Collection: Interactive Teaching Modules. As of JMP ...
This script is a suggested solution for Re: RGB Values to Color Names in Data Table.It uses the values in the Red, Green, and Blue columns to look for a color name in a color table and put the name in the Color Name Column.The script also sets the cell color for the sample and the color name. Here's an example of the results of running the script:The rows near the bottom, are exact color matches f...
The four generators:Quantum = true random numbers from a quantum bit generatorTwister = the Mersenne Twister generator built in to JMPSimple = a low quality Linear Congruence Generator RANDU = a better but flawed LCG using by IBM/360You can use the Load Quantum script to read more quantum random numbers over a socket if you register at random.irb.hr and edit the script with your username and passw...
This file contains example JSL snippets demonstrating how to use the image functionality in JMP. Open the file, select a block of JSL code and run it to see how the image methods work. There are examples for reading in an image from a file or creating a new image. You can resize, rotate, filter or any of the other built in image functions in JMP. You can also see examples of implementing your own ...
Update your JSL from a web address
Just a fun little data set with a visualization using Graph Builder's new parallel plot feature and one of my favorite groups of animals. There are pictures included in the data set for other visualizations. The data source is Wikipedia (pulled ~2016-11-01).
With the introduction of the Text Explorer platform in JMP 13, you may be able to take advantage of text data that you already have. To make it easy to get your data into a JMP table, we have created a simple Add-In. This Add-In creates a menu item in Add-Ins under "Text Explorer". When invoked, it lets you specify a folder containing text files and load them into a table as documents (1 fi...