cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

File Exchange

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

Latest Posts

  • 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 |
    Sep 29, 2020 6:37 AM
    3551 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 |
    Sep 15, 2020 1:28 AM
    5638 views | 4 replies
  • JMP 15 Documentation PDF Files in Korean

    JMP를 설치할 때 JMP 사용자 설명서 PDF 파일이 함께 설치되며, 이는 도움말 메뉴에서 찾아보실 수 있습니다.   JMP Documentation Library(한국어로 설정한 경우, JMP 설명서 라이브러리)에서는 사용자 설명서 전체(총 14권, 약 6,700 page)를 하나의 pdf 파일로 읽어보실 수 있습니다.   14권 중 첫 번째인 Discovering JMP(한국어: JMP 살펴보기)는 별도 메뉴로도 분리되어 있습니다. 언어 설정을 한국어로 한 경우, 한글로 번역된 설명서를 읽어보실 수 있습니다. 나머지 13권은 순차적으로 한글화 중입니다.   첨부한 Add-in을 설치하면, 도움말 메뉴 아래에 JMP 설명서라는 새로운 메뉴가 추가됩니다. 이 메뉴를 통해 한글 설명서를 읽어보실 수 있습니다...

    kimsanghyun kimsanghyun
    JMP Add-Ins |
    Sep 13, 2020 3:53 PM
    1204 views | 0 replies
  • Design of Experiments Example: A Response Surface Design with Constraints and a Categorical Factor

    In this example, you create a design to optimize the yield of a chemical reaction. Your experimental factors include a categorical factor at three levels, where constraints involve two of the levels. You use the Disallowed Combinations Filter to enter the constraints.

    marie_gaudard0 marie_gaudard0
    JMP Sample Data |
    Sep 13, 2020 7:54 AM
    5301 views | 1 replies
  • Univariate Binning using the Normal Mixtures Distribution

    This is a "re-upload" of an add-in I had placed on the previous JMP File Exchange.    I allows you to create a binned version of a variable based on clustering rows, using the Univariate Normal Mixtures Distribution.  Note that this treats columns one-at-a-time, and doesn't use multivariate clustering to assign the rows to bins.    See the blog post "Is your data too precise?" for where this was o...

    MathStatChem MathStatChem
    JMP Add-Ins |
    Sep 10, 2020 1:17 PM
    6979 views | 2 replies
  • Geocoding 2020

    Find geo-coordinates, distances and routings for and between locations.

    bernd_heinen bernd_heinen
    JMP Add-Ins |
    Sep 7, 2020 11:21 PM
    1412 views | 0 replies
  • Word Counts to Columns

    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...

    julian julian
    JMP Scripts |
    Sep 3, 2020 2:15 AM
    11521 views | 1 replies
  • Custom Map Shape Files for the Regions of Peru

    Here are custom map shape files for the Regions of Peru.  To make these files available for whenever you want to build a geographic map, copy the -Name.jmp and -XY.jmp files to the directory shown below.   On Windows: C:/Users/<user name>/AppData/Roaming/SAS/JMP/MapsOn macOS: /Users/<user name>/Library/Application Support/JMP/Maps   Also included in the ZIP file is a demonstration JMP data table. ...

    HydeMiller HydeMiller
    JMP Sample Data |
    Aug 31, 2020 3:58 AM
    1533 views | 1 replies
  • Kappa Study for VI operators.

    Hai everyone, here I attached the JMP script and one PDF document to learn how create an attribute chart. it will be useful for the beginners.

    Raj Raj
    JMP Scripts |
    Aug 28, 2020 6:46 AM
    1001 views | 0 replies
  • Using JMP to Optimize Agricultural Production - Follow On Exercise

    JMP has many capabilities to analyze and improve results in agricultural production. On 8/19/20, there was an introductory session that covered the basics including getting data into JMP, performing visual and exploratory data analysis, building models and predicting results. Designing experiments in JMP, including split plot designs, was also discussed along with how to analyze these experiments ...

    HydeMiller HydeMiller
    JMP Sample Data |
    Aug 26, 2020 7:39 AM
    2337 views | 0 replies
  • Census Data Import Example via HTTP Request

    JMP intern Katherine Li developed this script to read in public census data tables.  You can extend this script to read in whatever updated census information that you'd like.  This particular example loads data from the American Community Survey of demographics that is done every 10 years.   You will need an API key from the Census Bureau to run this sample.    Also, there is a JSON file included...

    briancorcoran briancorcoran
    JMP Scripts |
    Aug 24, 2020 6:28 AM
    848 views | 0 replies
  • Open JMP Data Table from Microsoft OneDrive

    JMP intern Katherine Li developed this script to connect to a personal Microsoft OneDrive folder, download a .JMP file using the built in browser download facility, and then open it in JMP taking advantage of the file associations with .jmp files.   To use this, though, you will need to obtain a client ID and secret for your organization.  For a personal account, this might not be a problem.  For ...

    briancorcoran briancorcoran
    JMP Scripts |
    Aug 21, 2020 6:26 AM
    1506 views | 0 replies
  • Querying World Bank Data through HTTP Request

    JMP intern Katherine Li developed this script to query CO2 levels from the World Bank. The World Bank does not require an API Key. This shows the usage of JMP's HTTP Request service. The World Bank includes some regional data that JMP does not understand, so you'll need to delete the top rows until and including "World". Then you can run the attached Graph Builder script to create a map with Colum...

    briancorcoran briancorcoran
    JMP Scripts |
    Aug 19, 2020 8:28 AM
    1376 views | 1 replies
  • Google BigQuery to JMP Table

    This script was created by intern Katherine Li.  It shows an example of reading data from Google BigQuery, using a publicly available dataset for NCAA basketball statistics.     To use this script, which demonstrates HTTP Request, you will need to obtain a Google client id and secret for your own Google account.  Some basics on the setup of client secrets can be found at https://cloud.google.com/d...

    briancorcoran briancorcoran
    JMP Scripts |
    Aug 17, 2020 1:10 PM
    1191 views | 0 replies
  • Demonstrate the Univariate Box-Cox Transform

    (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...

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    Aug 12, 2020 1:33 PM
    14437 views | 5 replies
  • Call Keyboard Maestro (Mac)

    Control OS X macros from JSL

    john_madden john_madden
    JMP Scripts |
    Aug 11, 2020 5:40 AM
    820 views | 0 replies
  • Row Color Assistant

    A tool to help users color-code their data-tables based on specific selection criteria, while also creating a legend reference to be saved to the data table for later use.

    nickholmes13 nickholmes13
    JMP Add-Ins |
    Jul 24, 2020 12:37 PM
    2669 views | 1 replies
  • Report Template Tutorial

    ​Learn how to create report templates that link to graphics files produced from JMP reports. Each time you open the template, the most recent version of the graphics files are used.Goes along with this blog.

    brady_brady brady_brady
    JMP Scripts |
    Jul 21, 2020 9:17 AM
    6533 views | 2 replies
  • Touchstone file importer, aka, sNp data

    The attached add-in creates a JMP data table from a Touchstone file, aka, sNp data. The importer is based on Revision 1.1 of the Touchstone file format specification.   In summary, the option line should read: For 1-port files: # [HZ/KHZ/MHZ/GHZ] [S/Y/Z/G/H] [MA/DB/RI] [R n] For 2-port files: # [HZ/KHZ/MHZ/GHZ] [S/Y/Z/G/H] [MA/DB/RI] [R n] For n-port files: # [HZ/KHZ/MHZ/GHZ] [S/Y/Z/G/H] [MA/DB...

    stan_koprowski stan_koprowski
    JMP Add-Ins |
    Jul 8, 2020 9:54 AM
    3459 views | 6 replies
  • Shape files for Australian LGA

    I created some shape files Australia. First I created the shape files for the Australian States (and one Territory). Those will be delivered as part of the JMP install, starting with JMP 16, in the maps folder. I also created the shape files for the Australian Local Government Areas. Those are larger and won't be delivered as part of JMP. But you can download them here.  

    JohnPonte JohnPonte
    JMP Sample Data |
    Jun 30, 2020 9:52 AM
    888 views | 0 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 |
    Jun 17, 2020 7:04 AM
    27810 views | 12 replies
  • Distribution Calculator

    dentadam10 dentadam10
    JMP Add-Ins |
    Jun 2, 2020 4:47 PM
    6962 views | 1 replies
  • Custom Map Shape Files for the Cities and States of Mexico

    Here are custom map shape files for the Cities and States of Mexico.  To make these files available for whenever you want to build a geographic map, copy the -Name.jmp and -XY.jmp files to the directory shown below.   On Windows: C:/Users/<user name>/AppData/Roaming/SAS/JMP/MapsOn macOS: /Users/<user name>/Library/Application Support/JMP/Maps   Also included in the ZIP file is a demonstration JMP ...

    HydeMiller HydeMiller
    JMP Sample Data |
    May 28, 2020 10:17 AM
    1348 views | 0 replies
  • Custom Map Shape Files for the Provinces and Cantons of Costa Rica

    Here are custom map shape files for the Provinces and Cantons of Costa Rica.  To make these files available for whenever you want to build a geographic map, copy the -Name.jmp and -XY.jmp files to the directory shown below.   On Windows: C:/Users/<user name>/AppData/Roaming/SAS/JMP/MapsOn macOS: /Users/<user name>/Library/Application Support/JMP/Maps   Also included in the ZIP file is a demonstrat...

    HydeMiller HydeMiller
    JMP Sample Data |
    May 28, 2020 10:14 AM
    886 views | 0 replies
  • Custom Map Shape Files for the Departments and Cities of Colombia

    Here are custom map shape files for the Departments and Cities of Colombia.  To make these files available for whenever you want to build a geographic map, copy the -Name.jmp and -XY.jmp files to the directory shown below.   On Windows: C:/Users/<user name>/AppData/Roaming/SAS/JMP/MapsOn macOS: /Users/<user name>/Library/Application Support/JMP/Maps   Also included in the ZIP file is a demonstrati...

    HydeMiller HydeMiller
    JMP Sample Data |
    May 28, 2020 10:09 AM
    1359 views | 0 replies