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
JMP Web Redirects -- Here are easy URLs to use and share with your friends!
Here is a file that simulates a Power Company metering every 15 minutes over a 7 day span for 1000 accounts. It is was a great way to illustrate clustering by similar power usage profiles. The file is self-extracting by an embedded script. After the script completes, there will two files that are joined virually by Account. There is a little GUI that allows you to change the parameter settings...
Coffee Stats Data for Trend and Packed Bar Charts as shown in Scott Wise's Blog: Where in the World is My Coffee?
Prompted by this thread: here's some (2007-vintage . . . ) JSL for constructing one type of wafer map. It's 'Multivariate' because it uses the data filter, and more of a demonstration of JSL than a serious application. But it might be useful nonetheless. Unzip the file, open the Journal file, and use the buttons therein.
ian_jmp
Measurement system analysis type 1 with a template in excel, an importer and the MSA1 tool it self.MSA type 1
JMP uses four different ways of specifying a color: index number, name, RGB triad, and HLS triad. Are you confused by these different values? Is it difficult for you to find the value that corresponds to the color that you want? Do you know the color value by number or name that is close to what you want but you don't know where to start with RGB or HLS so you can tweak it? This utility helps you...
This Add-In creates an easy interface to some of the most common sensory tests: Triangle Test, Duo-Trio Test, Paired Comparison, and 2-Out-Of-5 tests.
Each of these is a chi-squared tests of proportions, with a given pair of probabilities for a "right" answer under the null hypothesis that the samples are not different. An example test for the Triangle Test and the original script are included wit...
The Response Screening is a very powerful technique for data exploration in JMP. One of the very nice features is the summary table's embedded script, "Fit Selected Items". This feature allows users to examine the summary results that are displayed in the data table, select the rows(variables) of interest, and then run the embedded script, which then displays the details of the specific analysis...
The predicted residual error sum of squares (PRESS) is a type of cross-validation used to evaluate the predictive ability of a regression model. Predicted r-square is a related goodness-of-fit measure. This add-in will calculate the predicted r-square from the PRESS and the total sum of squares (SST) and place it in a column next to PRESS in the report window when using Fit Model. Please note, Ana...
erich_gundlach
The JMP to LSAF Add-In is an Add-In that creates a client to be used within JMP to connect to the SAS health and life science products, SAS Drug Development and SAS Life Science Analytics Framework.
Download your Fitbit data (interday AND intraday) directly to JMP with this add-in
The purpose of this script is to provide a demo of how to script several types of diplay boxes. There is a checkbox near each section and when you click on that checkbox the script to create that section appears in a script box at the bottom of the window. This was written many years ago and has been very helpful to many JSL coders.
This was written for fun to demostrate how to make JMP speak, so it requires sound. Once you launch the script you can click on a phrase and it will speak that phrase. You can also enter your own phrase into a text box (and hit TAB) and it will speak that phrase. It was only tested in Windows.
Add-in creates column with # of whole days between dates in 2 selected columns.
jerry_cooper
The journals used by Mia in the JMP 13 Getting Started with JMP webcasts, recorded Sept 2016. Journals provide links to data in the Sample Data Directory.
The add-in functions as a wrapper around the QuasR (short for Quantify and annotate short reads in R) package in BioConductor. It uses qAlign to align single or paired-end reads to a reference genome, and unmapped reads are optionally further aligned to alternative references. Pre-existing alignments in BAM format will be generated after importing. The Experimental Design File is a tab-delimited...
For JMP 13, capture each frame of a Bubble Plot animation and save as animated GIF to share outside JMP with people who have an app or browser that displays animated GIFs.
This add-in converts a CDISC ISO8601 character variable into a separate numeric date or date-time variable that can make filtering easier. For the current data table, the add-in only lists the available character variables that end in DTC, which would include all date-time fields in CDISC domains. The sample data set is not CDISC, but it allows you to get a sense of how the add-in works. Runn...
This add-in lets you explore the night sky by plotting stars and other astronomical objects on the celestial sphere. It’s a great way to learn the constellations and how the earth moves in relation to them. To get started, launch JMP and install the add-in by downloading Star JMPer.jmpaddin and dragging it onto your JMP window. Click “Install” then click Add-Ins > Star JMPer > Dashboard. Th...
This Add-In generates the linear mixed-effects (random- and fixed-effect) model terms for one-way or full factorial repeated-measures designs involving a continuous response variable (categorical responses are not supported at this time) Video Tutorials for Add-in: One Factor: https://youtu.be/fh8jiFf2z-o Factorial: https://youtu.be/py3-wvPYitM Installation: Download factorial_repe...
If you have several tables that need to be concatenated to a single table, you may not want to have all of the tables open at one time. This add-in can concatenate all tables you select without opening them all at once. In fact, you never see the tables as they are opened and closed in the background. This should work for all file type that JMP can open without any import settings. When you lau...
AFOTEC Power Tool Calculator changes computation for effect power from least to most conservative estimation. AFOTEC Power Tool Calculator
In case of language settings you may import floating point numbers being interpreted as character due to wrong floating point type: comma (1,0) or decimal (1.0). This script serves for expecting comma but import decimals.
In case of language settings you may import floating point numbers being interpreted as character due to wrong floating point type: comma (1,0) or decimal (1.0). This script serves for expecting decimals but import commas.
This add-in relates to an interesting, recent, text on Information Quality ('InfoQ') by Kenett and Shmueli. It generates an overall InfoQ score by manipulating sliders corresponding to each of the eight InfoQ dimensions: It also contains the data and scripts associated the examples used in Chapter 16 ('Information Quality Support with JMP').
ian_jmp