cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

File Exchange

Download and share JMP add-ins, scripts and sample data.

Latest Posts

  • Modelling Self-heating Solids

    Slides to accompany my UK User Group 2019 Presentation. The slides with a blue border are ones in place of where a demo was given of that functionality in JMP. These slides show the basic scripts required to reproduce the demonstrated functionality. Abstract:Many solid materials slowly oxidise with time which generates heat. If the material is in a bulk form (such as during storage or transport) t...

    stephen_pearson stephen_pearson
    JMP Scripts |
    Oct 11, 2019 1:40 AM
    3900 views | 2 replies
  • Gauge Study Design

    Editors note: This script is now available as a JMP Add-in: Gauge Study Designer    This Gauge Study Design script creates an experimental design worksheet with randomization of columns within other columns.   Gauge studies are special designed experiments that support mixed models and require incomplete randomization. Random factors can not be randomized (days, repeats), but fixed factors should ...

    Di_Michelson Di_Michelson
    JMP Scripts |
    Sep 23, 2019 11:38 AM
    8048 views | 0 replies
  • Vertical profile deconvolution

    Hi all, In many fields, it is necessary to take vertical profiles of parameters (e.g. temperature profiles in the ocean or in lakes). This is done by lowering sensors at a given speed and recording the readings at high frequency. However, not all sensors respond very quickly to changes in their environment. While some may be very quick (like temperature, a few milliseconds), others need more time ...

    yvesprairie yvesprairie
    JMP Add-Ins |
    Sep 3, 2019 7:10 PM
    2301 views | 1 replies
  • 3D Plot Tools

    Tools to make using 3D plots easier:Create animated gifsDifferent method to rotate plots

    ih ih
    JMP Add-Ins |
    Sep 3, 2019 12:50 PM
    18905 views | 11 replies
  • MFR: a JSL Functional Programming Library for List/Associative Arrays Manipulation

    MFR (from Map-Filter-Reduce) is a library of functional programming primitives for JSL. Includes basic tests. Inspired by http://book.pythontips.com/en/latest/map_filter.html

    nascif_jmp nascif_jmp
    JMP Scripts |
    Aug 28, 2019 1:17 PM
    7049 views | 4 replies
  • PowerPoint Import

    Import text or tables from a PowerPoint presentation.

    Justin_Chilton Justin_Chilton
    JMP Add-Ins |
    Aug 23, 2019 12:48 PM
    2233 views | 0 replies
  • Simple way to convert multiple .jmp files into .csv files (no modification) in 2 steps

    Hi all,  My daily work requires me to save many .jmp tables as .csv tables, which takes a lot of time if I use Save as function (can save each file only, need to answer repeated questions from JMP, need to choose directories for each file). I learned from JMP community and composed a simple script. Now it takes only 2 steps: Step 1: Open all .jmp tables you want to convert to .csvStep 2: Run the s...

    tmyanh1993 tmyanh1993
    JMP Scripts |
    Aug 15, 2019 3:57 AM
    7279 views | 2 replies
  • Anaconda Environments Integration

    Using Anaconda virtual environments to access your Python dependencies.

    nascif_jmp nascif_jmp
    JMP Scripts |
    Aug 13, 2019 5:21 PM
    6026 views | 5 replies
  • Sample Claims data

    Data to track and assess the recurrence of member visits. I am analyzing insurance claims data. The table has a column with dates of the visits. I want to generate another column that shows the recurring visits for each member. The visits will be Continous + ordered based on the sequence of visits - e.g., Visit 1. Visit 2. Visit 3 as per the member. Hence let say I went to a doctor on Jan 1, Jan 1...

    DrMoka DrMoka
    JMP Sample Data |
    Jul 2, 2019 9:10 PM
    1822 views | 0 replies
  • JMP Custom Starter Six Sigma (DMAIC) Menu Add-in

    This add-in downloads to your menu a JMP Custom Starter Menu created to orient common JMP tools to follow a Six Sigma DMAIC (Define, Measure, Analyze, Improve & Control) flow.  

    scwise scwise
    JMP Add-Ins |
    May 28, 2019 10:55 AM
    8305 views | 0 replies
  • A basic text importer for Data Interchange Format (DIF) files

    This JSL script will create a JMP data table from a Data Interchange Format or DIF file.  The file format originated from Visicalc in the 1980 as a mechanism to transfer data between spreadsheet programs.   In the example code, I provide 4 mechanisms to check for the required headers with only one active at a time.   For additional information on Regex see @Craige_Hales' blog post and for insights...

    stan_koprowski stan_koprowski
    JMP Scripts |
    May 11, 2019 7:01 AM
    1763 views | 0 replies
  • Waterfall Chart addin for both viewpoints of ID and Time

    Currently JMP®14 does not support waterfall chart making as the analysis or graph platforms. JMP® Clinical supports waterfall chart as one of review options from CDISC format data. However, many JMP users around medical field have often asked waterfall chart makig on JMP. Only Graph Builder can make change ratio type graph on IDs. In this case, the data table must be modified from original data ta...

    Hideo_Oi Hideo_Oi
    JMP Add-Ins |
    Apr 24, 2019 7:35 PM
    3366 views | 0 replies
  • A basic text importer for Data Interchange Format (DIF) files

    This add-in will create a JMP data table from a Data Interchange Format or DIF file.  The file format originated from Visicalc in the 1980 as a mechanism to transfer data between spreadsheet programs.   In the example code, I provide 4 mechanisms to check for the required headers with only one active at a time.   For additional information on Regex see @Craige_Hales' blog post and for insights int...

    stan_koprowski stan_koprowski
    JMP Add-Ins |
    Apr 13, 2019 12:20 PM
    3830 views | 1 replies
  • Sunburst Plot / Nested Pie Chart

    I had a need to make a sunburst plot and thought that you wonderful people might enjoy it as well.     Basically it allows the user to select multiple columns in the X value of a pie chart and will slice within slices of the layer before it.     For instance, if I want to compare the heights of all people in each age group in big class.    Would give me a return of this.    Or I could also want ...

    vince_faller vince_faller
    JMP Add-Ins |
    Apr 4, 2019 12:50 PM
    6387 views | 4 replies
  • Add-in To Support Auto-Validation Workflow

    This little add-in takes care of setting up a data table for an analysis involving the Auto-validation technique put forward by @chris_gotwalt1  and @philramsey  at the 2018 JMP Discovery Summit Series (link to the paper and materials)   After installation, the add-in is run by selecting Add-ins > Autovalidation Set-up in JMP.  The Add-in looks for an open data table and then creates a copy with t...

    MikeD_Anderson MikeD_Anderson
    JMP Add-Ins |
    Mar 28, 2019 10:41 AM
    6352 views | 7 replies
  • Text to Columns, Version 3

    Text to Cols JMP Add-In Written by Jeff Perkinson   Version 3 now adds a callable JSL function. See Version notes below for details.     Text to Cols creates new columns from a column of delimited text. As shown above, the column “Data” has a comma-delimited string. Text to Cols creates the six new columns to the right.   After installing the Text to Cols add-in, you’ll find a new menu at the b...

    Jeff_Perkinson Jeff_Perkinson
    JMP Add-Ins |
    Mar 23, 2019 6:39 AM
    30582 views | 12 replies
  • Convert Week-Year Formats

    Converts character dates in the formats ww/yyyy and yyyyww to numeric dates in the format M/D/Y. The add-in assumes that the week-number and year format is based on the ISO 8601 standard.

    marie_gaudard marie_gaudard
    JMP Add-Ins |
    Feb 27, 2019 8:30 AM
    2593 views | 0 replies
  • Fast Boxplots

      When more than 3 columns are added to an axis in Graph Builder, the orientation of the plots (in this case, boxplots) is changed, and the scales are separated like you'd find in a parallel plot. This requires a novice user to do two things (s)he might not know to do: 1) Place the columns of interest on the axis opposite the one on which (s)he ulitmately wants the boxplots to appear and 2) chang...

    brady_brady brady_brady
    JMP Add-Ins |
    Feb 18, 2019 11:29 AM
    2950 views | 0 replies
  • Passphrase Generator

    This simple utility add-in generates a randomly chosen passphrase, for use in computer and website logins.     Choose a passphrase length between 3 and 6 words. At least 4 words are recommended."Copy" places the passphrase onto the clipboard for pasting elsewhere. Note that the copied passphrase has no spaces between words."Another" generates a new passphrase. The words are chosen from the Electr...

    Jordan_Hiller Jordan_Hiller
    JMP Add-Ins |
    Feb 11, 2019 12:03 PM
    1923 views | 0 replies
  • Independent Component Analysis using the fastICA package in R

    JMP addin for fastICA using the R package fastICA & data.table.  Note that this does not check that you have fastICA installed because fastICA gives a warning (returns 0 to JMP) regarding the build but will still work with the latest version of R.

    johnpjust johnpjust
    JMP Add-Ins |
    Jan 15, 2019 12:24 AM
    2202 views | 0 replies
  • Independent Component Analysis using the fastICA package in R

    These are the JMP application builder files for modification if someone so desires.  Can also be used to build the add-in.

    johnpjust johnpjust
    JMP Scripts |
    Jan 3, 2019 9:48 PM
    2018 views | 0 replies
  • Sample Size and Power for Testing Two Variances

    This add-in will estimate either the sample size or the power for testing two variances as an F-ratio. It is designed to work like the sample size and power calculators available through the JMP DOE menu.     The initial window includes a default significance level. Enter two standard deviations that represent the minimum difference that is important. Std Dev 1 represents the control population a...

    Mark_Bailey Mark_Bailey
    JMP Add-Ins |
    Dec 18, 2018 6:30 AM
    14341 views | 9 replies
  • Reef coral data from the Austral Islands (French Polynesia) and the Cook Islands

    This JMP worksheet contains environmental data from the Austral Islands of French Polynesia and the Cook Islands, as well as molecular+physiological data from 43 coral samples (one of which has been excluded since it was a non-target species). My goals were to look at the relationship between environment and physiology, as well as to identify outliers. Although I measured 10 response variables in ...

    abmayfield abmayfield
    JMP Sample Data |
    Dec 16, 2018 3:12 PM
    3967 views | 1 replies
  • Files for Montgomery's Introduction to Statistical Quality Control: A JMP® Companion

    These files accompany the exercises in Chapters 3-9 of the SAS Press book,Douglas Montgomery's Introduction to Statistical Quality Control: A JMP® Companion, by Brenda S. Ramirez , M.S. and Jose G. Ramirez , Ph.D., Copyright October 2018. Using examples from the popular textbook by Douglas Montgomery, Douglas Montgomery’s Introduction to Statistical Quality Control: A JMP® Companion demonstrates t...

    ZenEos ZenEos
    JMP Sample Data |
    Dec 2, 2018 7:49 AM
    7216 views | 1 replies
  • Scoping Design DoE JMP Add-In

    This add-in allows you to quickly and easily create a Scoping design within JMP, and visualise its results. Scoping designs can be an extremely efficient way of gathering simple but powerful information, prior to embarking upon a formal Screening design.   In just 4-6 experiments you can confirm: Whether your Signal/Noise ratio is large enough to give you a reasonable chance of detecting effects i...

    andrewmac andrewmac
    JMP Add-Ins |
    Nov 27, 2018 12:07 PM
    6694 views | 2 replies