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
Files used in 90-Minute Mastering JMP webcast on new capabilities in JMP 13.
Use JMP Linear programming (LP) Solver to optimise a function subject to a set of linear constraints.
David_Burnham
This script illustrates the distribution of sample proportions and the connection to the distribution of sample data. Includes controls for population proportion, sample size and number of samples.Watch video.Note: To access this script, install the add-in at Collection: Interactive Teaching Modules. As of JMP 12 you can also run these modules from Help > Sample Data (under Teaching Resources >...
Provides students with a more visual understanding of the underpinnings of distributions and variability.Watch video.Note: To access this script, install the add-in at Collection: Interactive Teaching Modules. As of JMP 12 you can also run these modules from Help > Sample Data (under Teaching Resources >Teaching Scripts > Interactive Teaching Modules). In JMP 12 Student Edition, you can run thes...
This script illustrates the variability within and between groups, and the total variability of samples from two or three populations. Includes controls for population means, the population standard deviation, sample sizes, the number of samples, and the alpha level. Explore ANOVA concepts, such as F Ratios, P-values, the F Distribution, power, residuals, test statistics, false positive rates and...
Explore regression concepts, including: Intercept, slope, correlation, least squares and sum of squares, residuals, R Square, parameter estimates, test statistics and p-values. Manipulate population characteristics, sample size and plotted data to explore the influence on the regression equation and results. (Author: Mark Bailey, SAS Institute.)Watch video.Note: To access this script, install th...
Hypothesis Testing for the Population Proportion. Illustrates the variability of the test statistic and the connection to Type I error rates and power rates for different null and alternative hypotheses. Includes controls for the population proportion, sample size, alpha level and number of samples.Watch video.Note: To access this script, install the add-in at Collection: Interactive Teaching Mo...
This script illustrates the variability and capture rate of the confidence interval for the population proportion. Includes controls for population proportion, sample size, confidence level and number of samples.
Watch video.
Note: To access this script, install the add-in at Collection: Interactive Teaching Modules. As of JMP 12 you can also run these modules from Help > Sample Data (under Teachi...
Illustrates the distribution of sample means and the connection to the distribution of sample data. Includes controls for population shape, mean, and standard deviation, sample size and number of samples.Watch video.
Note: To access this script, install the add-in at Collection: Interactive Teaching Modules. As of JMP 12 you can also run these modules from Help > Sample Data (under Teaching Resou...
JMP has supported the reading and writing of images for some time, but it didn't support images with multiple frames until now. Version 13 of JMP now includes support for images with multiple frames, such as multi-frame TIFF files and animated GIFs. Using that functionality I wrote a JSL script that will capture each frame of a Data Filter animation and save it out to an animated GIF. This animate...
The Distribution Calculator calculates and visually depicts probabilities and percentiles for 26 distributions, including the normal, t, Chi-square, F, Poisson, Binomial, Negative Binomial, Hypergeometric, Beta, Gamma and Weibull.Includes controls for the appropriate parameters for the given distribution.Watch video.Note: To access this script, install the add-in at Collection: Interactive Teachi...
Previously, I wrote a JSL script that would generate a data table from an image, called ImageToDatatable JSL Since then I have heard requests for the ability to select rows in the data table and have the selection reflected in the image. With this script, you can open an image and it will be displayed in a window as well as create a data table from the image. From the data table you can perform yo...
I created the shape files for the Periodic Table of Elements. The shapes can be referenced by the name of each element. The shape files are called PeriodicTable-Name.jmp and PeriodicTable-XY.jmp. I also uploaded a Periodic Table of Elements Example that uses the shape files, called PeriodicTable.jmp. In fact I created the sample data table first. It includes the group and period for each element ...
Someone in the JMP User Community asked about shape files for the Periodic Table of Elements so I wrote some JSL to create them. You can find the Shape files for the Periodic Table of Elements and a Periodic Table of Elements Example in the sample data section of the File Exchange. I thought I would also share the JSL I wrote to show how to generate shape files with JSL. At Discovery in San Dieg...
I created the Shape files for the Periodic Table of Elements, which I uploaded as Sample Data. In the process I created this sample data table to test out the shape files. This sample data includes the periodic table of elements by name, symbol and atomic number, as well as some sample information about each element. There is a Graph Builder script included in this data table that uses the shape f...
As I really like the idea of using hexagonal maps to avoid bias in interpretation due to pure geographical size of map shapes (see the great work of nathan.weatherly here Hexagonal and Square United States Maps for Graph Builder) I created a hexagon map of the german Bundesländer.To use it iust copy the attached files into your default JMP-map-folder (Example of Creating a Map in Graph Builder).To...
question that prompted this script:Trouble with mousebox behavior?
Melody Makerdescribed how to control pitch and other parameters in the speak function on MAC.https://msdn.microsoft.com/en-us/library/ms717077(v=vs.85).aspx describes how to do something similar with Microsoft Anna. Attached script pretends to read a poem in two voices at opposite ends of Anna's range.The pitch changes on periods, question marks, and exclamation marks (note = -note).Song borro...
This addin contains 2 new JMP scripts which were presented in Using JMP’s Time Series Analysis Platform on Data Containing Multiple Periodic Signals at the .The first enhances JMP's spectral analysis capabilities (Time Series Analysis platform) in a variety of ways, including spectrum, autospectrum, transfer function (including damping estimate), and waterfall plots.The second allows two seasonali...
jfish
This script exports the data table to HTML setting the cell's background color based on a threshold value (2000). Green > 2000; Red <=2000.Only cells in columns 3 and above are colored, but this number is commented in the script so it can easily be adjusted. The colors and threshold values are also marked with comments so they can be changed.The output is sent to the log. To create an HTML file, c...
Timing diagram that updates when timing values change. Useful to visualize how components (actuators, solenoids, power relays, etc.) of a process are sequenced for a process cycle.
jay_holavarri
I've made a script for blending two images together to fit the dimensions of a standard LinkedIn banner (landscape images work best). It takes the two images, crops the required amount beginning from the upper-left-hand corner of each, and blends the center to connect them more smoothly. The example shown below is the one I made for my own LinkedIn profile. I'm happy to hear any suggestions and co...
juliagong
A quick way to lookup a value in a JMP data table is by using a formula applied to a column with an IF statement, to Lookup a specific row, or a specific cell of data, in a column you would use a subscript after the Column name.However this approach can tedious when the If clause is long or complex.Similar to the VLookup function in Excel we can apply the same technique using JMP.We do this by c...
The Expand Vector Column add-in will convert an expression column containing a vector into a set of columns containing the elements of the vector.The TestVec.jmp data table can be used for demonstration.Add-in courtesy john.sall