JMP Add-Ins
Download and share JMP add-ins
Purpose This add-in uses JMP mixed model platform to do stability / shelf-life analysis while considering random batches. Statistical details for the analysis are found here: Mixed model stability analysis Walkthrough (view in My Videos) Support JMP Version: JMP Pro 17 or newer Operating System: Windows or MacOS Notes 13Nov2024: Updated Add-in to correct a small issue with the displayed e...
This script takes the guide example shown in this help guide on virtual joins and brings the tables together with a data filter to show how you can control data across multiple tables. This is intended as a quick guide and a way to 'play around' with virtual joins to get a feel of the tool.
Ran on JMP v18.
nicdem=Open( "$SAMPLE_DATA/Nic Demographics.jmp" );
niclabs=Open( "$SAMPLE_DATA/Nic Lab
...
Provide easy to use x-axis change for parallel/sankey plot for easier exploratory data analysis.
2022 2020 Shapefiles for US 5 Digit Zipcodes pulled from US Census Gazetteer.
04May2023 - updated with the 2022 shape files
Add-On for the Report toolbar. Additional shortcut icons to toggle control panel & legend on/off, automatically send the graph to Powerpoint and generate linecuts.
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...
Purpose The Neural Network Tuning add-in is an alternative Neural Network platform that provides an easy way to generate numerous neural networks to identify the best set of parameters for the hidden layer structure, boosting, and fitting options. The add-in only works with JMP Pro. How it works The user specifies the number of Neural Network models that will be run and sets the range of paramet...
The Benjamini-Hochberg False Discovery Rate PValue adjustment is a very simple way to control for the rate of false positives among many tests (usually assumed to be independent or positively correlated). For lots of PValues showing in a window in similar report tables, it is fairly easy to use right-click Make Combined Data Table to get those PValues into a data table; then you can use this add...
This add-in helps you analyze and compare multiple bioassay curves fit with a 4-Parameter or 5-Parameter Logistic (4PL/5PL) model. It calls the Nonlinear platform behind the scenes to fit the models to each curve and then creates a variety of graphical and tabular results. The add-in contains two routines, Fit Curves and Test Parallelism. Details about them are available by clicking Add-Ins...
Optimal designs with near-orthogonal quadratic terms? It's possible and easy with ODA designs and this add-in!
Add-In Manager enables you to easily build and re-build Add-In files, manage versions of an add-in over time, directly access source files, have extra customizations for your add-in, and deploy your add-ins out to your users.
New for JMP 17 Pro: An Autotune option makes it even easier to automatically tune hyperparameters using a Fast Flexible Filling design. The XGBoost add-in for JMP Pro provides a point-and-click interface to the popular XGBoost open-source library for predictive modeling with extreme gradient boosted trees. Value-added functionality of this add-in includes: • Repeated k-fold cross validat...
Recently I was contacted by a customer asking if there was an easy way to do image analysis in a batch mode. They were familiar with the Image Analyzer but that is an interactive GUI based way of analyzing images. This customer had hundreds of images to process and really just wanted to use JMP to calculate some statistic about each image. To do this in an interactive mode would take a lot of time...
PurposeKey FeaturesInstallationSystem RequirementsHow to Use ItExamplesFeedbackAcknowledgements and Copyright Notices Purpose The Torch Deep Learning Add-In for JMP® Pro provides a no-code interface to the popular Torch library for predictive modeling with deep neural networks. The add-in enables you to train and deploy predictive models that use image, text, or tabular features as inputs to...
Description Recently, non-linear dimension-reduction and visualization algorithms, most notably t-Distributed Stochastic Neighbor Embedding (t-SNE) and uniform manifold approximation and projection (UMAP), have been widely applied to various research areas such as image processing, text mining, and genomics. This Add-in provides access to both t-SNE and UMAP R packages. It offers a user-friendly i...
Purpose
The AddIn provides a GUI to automatically create normalized columns.
For further details, please go to the JMP Marketplace.
The acceptance sampling plan add-in provides a point-and-click interface for generating / creating, evaluating and comparing sampling plans. Specifically, one can create sampling plans by lot acceptance sampling by attributes and variables acceptance sampling. Attribute sampling plans supported include: SingleZero ( C = 0, Squegila Plans ) Variable sampling plans supported include: Sampling by Va...
Use Tukey HSD even with unequal variances!
This JMP Add-in takes Spec Limits and any of the 23 different types of Control Limits (i.e. XBar, S, Moving Range, etc.) that are in a separate data table (I call it a Limits Table) and populates the appropriate limits column properties in a JMP Data Table. As stated above, the “Limits Table” is just a JMP table. To be a valid Limits Table, it must have a column that contains the names of the col...
Hi, Sometimes I have to combine a lot of excel files. But "Import multiple files" menu would not work for excel files properly. So I wrote a JSL for it and I would like to share it here. It starts with select an excel file and open it using excel import wizard. Then the script gets import settings and files list in the directory. Finally, open all excel files (.xls, xlsx, xlsm) in the directory a...
When run, this addin prompts the user to point to an Excel file created by the Analytic Maturity Assessment Survey. The addin then presents a variety of reports useful in characterizing survey results. For more information on the workflow analysis and assessment, please reach out to your account team.
The Preferences Manager Add-In allows you to save, export, import, and switch between preference profiles. A preference profile stores all customizations you have made in the JMP Preferences (e.g. platform and report settings, graph settings, colors, styles, etc). Basic Use: When you first install and launch the Preference Manager from the Add-Ins menu, you will not have any saved profiles. ...
This add-in provides a Toolbar with several shortcut icons to quickly label and un/exclude data.
beta version: normalize column values with many possibilities: aggregation, normalization subset, subgroups ...
This add-in constructs Venn diagrams with either constant or proportional areas. The former accommodate up to five variables and the latter are limited only by the distribution of the counts corresponding to the variables. The proportional-area diagrams call methods kindly provided by Lee Wilkinson and documented in his paper “Exact and Approximate Area-proportional Circular Venn and Euler Dia...