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
This ZIP archive contains three files: two data source archives (Dissolution.txt - text file and ProcessInputs.XLS - Excel file), and the resulting IntegratedData.jmp JMP table, as described in the case study contained in the blog post.
Graph Builder is able to use a data column to determine the shape of other data. JMP is installed with some shape files for geographical entities (e.g., US states) that will produce maps in Graph Builder. A response data column then determines the color of the shapes. In this case, the response is measured in each well of a micro-titre plate. Graph Builder can display the response of each well as ...
This script implements a method that evaluates the one-way ANOVA for significance. Only if the F-ratio is significant at the specified alpha level will the multiple comparisons of choice be permitted.Simply open the data table for the one-way ANOVA, then open and run this script. Select the data columns for the Y, Response and X, Treatment roles, select the multiple comparison method, specify the ...
This script opens an interactive calculator that performs a one-sample z-test, one-sample t-test, two-sample t-test, and a paired t-test using sample average, standard deviation, and sample size with the hypothesized parameter. The results are reported as either a confidence interval or a hypothesis test. The numerical estimate of the statistic and its standard error and a plot of the results.
Setting up an ‘Add-in Depot’ makes it easy to administer a collection of self-updating JMP add-ins. In this example, the Depot is nothing more than a folder containing:The JMP add-in file “com.jmp.brady.addin1.jmpaddin”.A metadata file, “File Metadata.jmp”.In a typical case, the add-in depot will reside on a server folder where add-in users have read access.The metadata file is a JMP table that st...
Allows contingency analysis on non-stacked datasets.Suggestions? Comments? Please reach out to JMP Academic's mia.stephens. Thanks!
This add-in summarizes values by category and produces waterfall charts. (Add-in updated by Brady Brady BradyBrady August 28, 2015.)
This add-in performs pairwise t-tests and saves off reports indicating the directionality of significant differences.
This add-in performs imputation for missing values. It allows grouping, trimming and Winsorizing as pre-processing steps, and can impute any of several statistics. Help is available by clicking the various "?" buttons in the dialog.Here are the imputation methods supported by the addin:
This add-in is meant to extend the number of statistics offered in the Summary platform, by including most of the additional statistics found in the Distribution platform. It also adds the Rank statistic, and supports trimming and Winsorizing for any statistic.Here are the statistics supported by the add-in. For each, the data can be trimmed or winsorized, as well:
This script illustrates the variability and capture rate of the confidence interval for the population mean. Includes controls for population shape, mean, and standard deviation, sample size, confidence level and number of samples.
Watch video.
Suggestions? Comments? Please reach out to JMP Academic'smia.stephens. Thanks!
This add-in is designed for real-time statistical tracking and analysis of volleyball player skill performance. It differs from other volleyball data applications in its emphasis on precise ratings of individual skills as well as its ability to analyze and plot these ratings over time. A primary goal is to improve play by accurately isolating skills for each player, revealing strengths, weaknes...
This is a file that contains some information about the price of diamonds as a function of the carat size, clarity, color and cut of the stone. I collected the data from a website that sells diamonds adiamor.com. One can interact with the file to see how each of the factors impact the price of a diamond. Some scripts have been saved in the data table.
louv
Afternoon project, just for fun. Uses JMP's OpenGL interface and Scheduler. Use your mouse to rotate the scene. The shadow is created by squishing a second copy of the model and placing it just above the floor. The checkerboard is not much larger than it appears; the fog is set to hide the edge. This would make a great villain to go in the rat maze example that ships with JMP, but someone wou...
Historical times for all three legs of the Triple Crown for thoroughbred racing, namely The Kentucky Derby, The Preakness and The Belmont Stakes.
louv
Data from participation in the Google 2012 Code Jam programming competition.Two Graph Builder scripts included.
This archive contains US-ZIP5-2010-XY.JMP and US-ZIP5-2010-Name.JMP. Place them in your Maps directory and JMP will auto discover them. Some ZIP codes do not correspond to areas and are not represented (for instance, a street or PO box collection). Some areas have no ZIP codes (for instance, national parks and military bases).
Bubble Plot has the ability to choose between several built-in shapes in place of a circle, as well as the ability to take a path description as a custom shape. This Add-In provides an interface for importing shapes from an SVG file, applying transformations to scale, translate, and rotate the shape, and then apply the custom shape to a Bubble Plot. This version fixes a problem loading SVG in some...
Use embedded scripts to see a vector plot.Related blog post: Vector Plots in JMP - JMP Blog
The RadViz add-in implements a multivariate plot based on normalized column values mapped to a radial axis. Good sample datasets would be Cereal.jmp or Iris.jmp.Currently, the axes are ordered as specified in the launch dialog, and the mapping will vary based on the order selected. A useful addition would be to rank the columns in order to separate the columns that best separate the clusters.
Array data and computed fields for exploration.
Data includes output power levels for two arrays, ambient temperature and solar irradiance. An example Graph Builder script is provided to see power output by day, and it can be combined with Data Filter to see only a subset of the days.
One way to plot multivariate data is to use Chernoff faces. For each observation in your data table, a face is drawn such that each variable in your data set is represented by a feature in the face. This add-in uses JMP's R integration functionality to create Chernoff faces. An R install and the TeachingDemos R package are required to use this add-in.
This script uses catch per unit effort methods to estimate population totals. It supports catch data and sighting data, as well catch and sighting data. Bishir and Lancia (1996) provides more detail on catch per unit effort models. Also includes the 1988 deer data described in Bishir and Lancia (1988).Reference: Bishir and Lancia (1996). "On Catch-Effort Methods of Estimating Animal Abundance", Bi...
This script creates star plots for a given data table. A star is drawn for each observation in the data set. Each spoke on the star represents a variable. The length of each spoke is proportional to the magnitude of the variable for that observation relative to the maximum magnitude of the variable across all observations. Star plots are useful for determining which observations are similar. Afte...