JMP Add-Ins
Download and share JMP add-ins
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.
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 ...
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...
Here are custom map shape files for the Provinces and Departments of Argentina. 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 demonst...
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. ...
Here are custom map shape files for the States of Brazil. 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....
Here are custom map shape files for the Regions and Provinces of Chile. 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 J...
To allow you to easily have the most up-to-date data from the NY Times and USA Facts at the county level, this script goes to the appropriate web sites and downloads the data. Merges it.
Generating linear models that include random components is essential across many industries, but particularly in the Pharmaceutical and Life Science domains. The Mixed Model platform in JMP Pro allows such models to be defined and evaluated, yielding the contributions to the total variance of the individual model components, as well as their respective confidence intervals. Calculating linear co...
I have had the need on several occasions to create a filled normal distribution curve for use in presentations, training, and publication. As common and as important as the normal distribution is, you would think you could find this easily as a standard shape or using an internet search, but I've not had much luck in finding what I needed. JMP has some nice ways to draw lines and geometric shap...
Many times color values are specified in many industries through hexadecimal numbers.
See:
https://htmlcolorcodes.com/
This function facilitates the conversion of hexadecimal color values into JMP Color values
/**************************************************************/
/* Return the JMP Color number from an input of a 6 character */
/* hexadecimal string.
...
Here is an example of a JMP add-in that will calculate the slope and intercepts for a given Y, response and X, regressor variables. Optionally you may include one or more by variables. The defaults are as follows: Number of points (# Pts) is set to 10Increment by is set to 5Start at Row is set to 1 Using the Abrasion.jmp data table from the sample data and the selections noted above will y...
This addin allows you to quickly and easily import data from Minitab(r) worksheets.Managed file formats:
- MTW (*) file saved using Minitab 16,17 or 18 and
- MWX file saved using Minitab 19.All the languages supported by Minitab software are supported by this addin. (see video in m2j_2020-02-06.zip)
(*) MTW ext IS Minitab version dependent. Files saved with v < 16 are unsupported by this addin.Requir...
The JMP® Experimental Design Iterative Solver (JEDIS) is an add-in for JMP® software that helps automate the design of experiments process within JMP® in a user-friendly manner. JEDIS builds multiple test designs in JMP® over user-specified ranges of sample sizes, signal-to-noise ratios (SNR) and alpha (1-confidence) levels. It then automatically calculates the statistical power to detect an effec...
Note: This was originally released as a script. The Gauge Study Designer 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 be randomized (machines, locations). ...
Exports a JMP Table to HTML Now supports image columns.
Previously I created the Image Analyzer which is an Add-In that reads an image file and converts the image to a data table. But now you can store images directly in a data table, as an expression column. So now I created the Image Column Analyzer. Instead of reading an image file it will read a JMP data table and will search the columns looking for an expression column. (Currently it assumes it ...
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.
In JMP 15.0 hover labels got extensions that provide the ability to the display images and rich text inside hover labels. The image displayed and what happens when you click on it are completely under the control of the user. One can retrieve an image from a column, a file or a URL built dynamically based on the graph context (e.g. X and Y values of your graph). To showcase this feature, this ex...
Here is a script that can be used to create multiple lag columns of varibles in a data table. This may be useful if your data is skewed in time. For example, if sensor data is being captured in time, and the data in your table is ordered chronologically, then data corresponding to one batch or product may be spread out over multiple rows. The script will allow you to easily align the data for a...
The Line Hough Transform - how to detect groups of points which form straight lines in a chart.
In List to select a variable length list of items from a column. Similar to the In function in SQL.
This add-in provides a library of common conversion functions for length, area, volume, mass, energy and temperature, time, speed and pressure, as well as some miscellaneous conversions, including the following functions. Each function is transitive (to and from).
The add-in is customizable by editing a data table included in the add-in. See the instructions below.
Functions included:
Length...
The Trade-Off Plot Add-In for JMP allows users to compare the tradeoffs of multiple criteria to identify promising candidate solutions that provide the desired balance for a particular set of objectives. Each row in the data table represents a potential solution under consideration. Columns represent the numerical scores for the various objectives/criteria under consideration. After installing, se...