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 script uses JSL Scene3D commands (JMP's interface to OpenGL programming) to create a spinning 3-dimensional DNA double helix object. Authors: Laurie Cuffney, NCSU Russ Wolfinger, SAS Institute Inc Kelci Miclaus, SAS Institute IncSee this SAS Global Forum paper for more details.
kelci_miclaus
This script creates a dialog to do simulations of a bootstrap simulation to test bootstrap confidence interval coverages.Inspired by Efron (1987) and others' works. A good example of a case where a bootstrap confidence interval under-covers the true parameter is bootstrapping for the variance of a standard normal distribution.The dialog created by the script allows a user to simulate data from a ...
kelci_miclaus
This script performs a simple univariate, nonparametric bootstrap simulation by using the JMP to R Project integration.A JMP Dialog is built by the script where the variable you wish to perform bootstrapping over can be specified.A statistic to compute for each bootstrap sample is chosen and the data are sent to R using newJSL functionality available sincne JMP 9. The boot package in R is used to ...
kelci_miclaus
This add-in uses JMP's Graph Builder platform to provide project managers and other JMP users with a Gantt chart which will clearly organize and illustrate a project's work breakdown structure.This add-in will produce a Gantt chart once a user specifies columns from a data table for the following roles: the names of the tasks in the project, the start dates of those tasks (in date format), and eit...
mtdickey
This script converts the current data table to text that can be displayed in Wikipedia and other sites based on the MediaWiki engine.
JMP data table used for exploring Control Chart Builder in JMP 10. This data table is a simulation of Human Papillomavirus (HPV) vaccination rates at 11 different hospitals and clinics. Run the two scripts in the data table.This data is referenced in a post at the JMP blog: Three-way chart in JMP 10Above is an HPV molecule image from Thomas Zucker-Scharff at the Albert Einstein College of Medicine...
For use with the Control Chart Builder platform. - Choose Analyze->Quality and Process ->Control Chart Builder - Drag Volume ($M) sold to the Y-axis area of the chart - Drag the column Date to the X-axis area of the chartThis file is referenced in a post at the JMP Blog that introduced the Control Chart Builder: Control Charts or SPC are easy in JMP 10 with Control Chart Builder
Data set used in JMP Pro predictive modeling demo: http://www.jmp.com/media/video_player.shtml?videoID=10014While you can open these data with JMP, many of the scripts require JMP Pro capabilities.These data describe sales and margin data for 11,920 stores. The goal is to predict sales from 13 store demographic and 20 shopper info predictors. There are several scripts in the data table. The first ...
The MCMC Diagnostics add-in calculates convergence diagnostics as well as equal-tailed and HPD credible intervals for a data set containing posterior samples from one or more parallel Markov chains. Included are two posterior probability calculators. This add-in does not perform MCMC but allows for straightforward analysis and review of posterior samples.
The dialog below displays an example for 60...
A JMP add-in to create, edit, archive, load and solve classic (9x9) Sudoku puzzles such as can be found in the daily newspapers, in published compendia of brainteasers, and on the internet. An interactive board is supplied into which the user can enter puzzles via a point-and-click interface and/or import and modify examples from an archive, and then instruct the program to solve them. The algorit...
This JMP data table (of invented values) has a Valentine's Day theme. It includes three scripts: a Scatterplot matrix and two Bubble Plots. Send a Valentine to that special quant in your life.Below is the Scatterplot Matrix:
This script creates random samples from a normal distribution and finds the best-fitting distribution for each one, using the "Continuous Fit > All" option in the Distribution platform. The output is a data table with one row for each sample, showing the size of the sample and the continuous distribution with the best fit, as determined by lowest AICc value.See accompanying blog post: Is that the ...
Sample Data: 2016 Brexit EU Referendum ResultsScripted to Demonstrate:- Graph Builder Bar Charts with Error Bars- Graph Builder Density Distribution OverlaysSource: http://www.bbc.com/news/politics/eu_referendum/results/local
Years ago I worked with some file formats that were collectively known as PNM. They included PBM - Portable Bit Map, PGM - Portable Gray Map and PPM - Portable Pixel map, which is RGB pixels. Although those formats don't seem very popular these days, I recently came across a JMP user who is still using them and they wanted to read the files into JMP. JMP currently supports image formats like PNG a...
Finally checked to see if someone had already posted something like this and didn't see it. It's an irritant to me (maybe not a rational one) that you have to use >Cols > Add Multiple Columns... dialog to simply add a column in the middle of a table. This script mimics Excel's long-time approach: select a number of columns, click a command to insert that same number of columns adjacent to the sele...
jay_holavarri
// This Simple script illustrate a method to allow the axis settings from // one platform, to replicate the same settings in a different platform's // graph.// This example places both platform's utput in the same window, but// they could reside in separate window is that is what is desiredNames Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" );// Initialize Flagging Variables// Thes...
Pre and Post Game Measurements Data Tables for "Have you Tried.." JMP Newswire Video
Data set from the second designed eggsperiment described in this blog.
This is a simple script to produce a Gauge Performance Curve. This is a very useful visual way to show the results of a Measurement System Analysis. The limits are usually your specification limits. s comes from your MSA.
wilkap
This JSL script will delete duplicate rows in a data table. The first unique occurrence of each row is preserved.
This JSL script will parse a selected column by user specified delimeter(s).
//*****************************************************FUNCTION*****************************************************************//// Title: returnhistoricalDate //// Description: return date x years //// Inputs: numYears //// Output: Date - x years //// class: date //// version 1.0 //// //// developed by: alex.cook0 ////==============================================================================...
These data represent the outcome of every game played in the 2014-15 NBA season. The columns are coded in a way that allows us to fit the Bradley-Terry model. Run the "Generalized Regression" script on the table while using JMP Pro to reproduce the analyses discussed in this related blog post. Please note that the Generalized Regression script requires JMP Pro version 12.1 or later.