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.

JMP Scripts

Download and share JMP scripts

Featured Items

  • Process Timing Chart Creator

    A timing chart is something process and system engineers use to visually see how the various components (actuators, solenoids, power relays, etc.) of a process are sequenced for a process cycle. In t...

    jay_holavarri
    JMP Scripts |
    Oct 13, 2016 5:51 PM
    6624 views | 0 replies
  • Save a Bubble Plot animation as an animated GIF

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

    JohnPonte
    JMP Scripts |
    Mar 14, 2017 6:36 AM
    12106 views | 1 replies
  • LP Solver

    Did you know that JMP has an LP Solver?  Linear programming (LP) is a technique for optimising a function subject to a set of linear constraints.  [See here for the Wiki description of line...

    David_Burnham
    JMP Scripts |
    Jan 15, 2021 9:55 AM
    12031 views | 5 replies
  • Combine multiple txt or csv files

    This script will combine multiple txt or csv files into one file. The script asks for a target directory, opens the first file and then iteratively adds the subsequent files to the first using the Ta...

    Byron_JMP
    JMP Scripts |
    Apr 30, 2021 4:06 PM
    34841 views | 21 replies

Latest Posts

  • JMP Wrapper for Overlaying Densities using R and GGplot2

    This script utilizes the JMP connection to R to create smooth-curve density plots with GGplot2, broken apart by the levels of a grouping variable. Means for each group can be plotted along with density curves.  This wrapper can be modified to utilize other GGplot2 and R-graphing packages by changing the commands sent to R.   Instructions: Run the attached script and specify a response variable an...

    julian julian
    JMP Scripts |
    Jul 9, 2014 9:33 PM
    7202 views | 0 replies
  • Solving a Problem with the JSL Debugger Demo Script

    This is a sample script used in a JMP blog post about the JSL Debugger (Solving a Problem with the JSL Debugger). Please read the blog post for more information. This script has no use outside of the blog post.

    Melanie_J_Drake Melanie_J_Drake
    JMP Scripts |
    May 30, 2014 1:17 PM
    2536 views | 0 replies
  • Graphical N-way ANOVA

    This script demonstrates a new graphical ANOVA procedure developed by Box and Hunter. This script is for the general case of a N-way ANOVA . It is especially effective with data from a designed experiment. (A separate script is available for the one-way ANOVA case with optional blocking.)Simply open a data table, then open and run the script. I will use a simulated experiment from Custom Design. T...

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 30, 2014 11:23 AM
    3471 views | 0 replies
  • Graphical One-way ANOVA with Blocking

    This script demonstrates a new graphical ANOVA procedure developed by Box and Hunter. This script is for the particular case of a one-way ANOVA with optional blocking. It is especially effective with data from a designed experiment. (A separate script is available for the n-way ANOVA case.)Simply open a data table, then open and run the script. I will use a simulated experiment from Custom Design....

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 30, 2014 11:11 AM
    5592 views | 0 replies
  • Demonstrate Regression Diagnostics

    This script creates an extensive report of information about a multiple regression. Much of the information is presented graphically but much of it is also numeric.Simply open the data table with the regression sample, then open and run this script. This example uses the Fitness data table from the Sample Data folder.The default options will include an intercept term and neither center nor scale t...

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 30, 2014 10:28 AM
    3917 views | 0 replies
  • Demonstrate the Distribution of P-Values

    The p-value is important in deciding to reject or not to reject the null hypothesis in a significance test. Unfortunately, p-values are also often misunderstood. This script is based on the one-sample Student's t-test of the population mean. It simulates the test statistic and its associated p-value for many samples. Any case may be simulated. That is, you can enter any population mean and standar...

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 30, 2014 10:01 AM
    5753 views | 0 replies
  • Demonstrate the Box-Cox Power Transformation

    This script supports an interactive demonstration of the Box-Cox Power Transformation in the context of a simple linear regression. You can transform the dependent variable, the independent variable, or both. Simply open a data table with an example. (This description uses the Cars 1993 data table from the Sample Data folder.) Then open and run the script. Select the dependent variable and click Y...

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 30, 2014 5:09 AM
    6269 views | 0 replies
  • Demonstrate Simple Linear Regression

    This script creates an interactive demonstration of simple linear regression. You can select data columns for the Y and X roles or you can use a randomly generated data sample. Simply open and run the script:Select a data column for the dependent variable and click the Y, Response button. Select another data column for the independent variable and click the X, Predictor button. Click OK.(Note that...

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 30, 2014 4:44 AM
    5029 views | 0 replies
  • Protected LSD

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

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 29, 2014 1:17 PM
    3378 views | 0 replies
  • Inference from Data Summary

    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.

    Mark_Bailey Mark_Bailey
    JMP Scripts |
    May 29, 2014 1:10 PM
    2779 views | 0 replies
  • Loan Comparison Script using SAS PROC LOAN

    Originally created for demonstration at the 2007 JMP User Conference, this script is intended as an example and not as a full-fledged loan comparison tool. Be sure you understand how it works and its limitations before relying on any information produced. It does not reflect the full capabilities or features of PROC LOAN.This sample demonstrates:Creating a JSL-based user interfaceGenerating SAS co...

    jschroedl jschroedl
    JMP Scripts |
    May 29, 2014 5:58 AM
    3016 views | 0 replies
  • Demonstrate ANOVA

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

    brady_brady brady_brady
    JMP Scripts |
    May 28, 2014 9:17 PM
    8067 views | 0 replies
  • Demonstrate Regression

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

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 9:14 PM
    8310 views | 0 replies
  • Hypothesis Test for Population Proportion

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

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 9:12 PM
    8205 views | 0 replies
  • Hypothesis Test for the Population Mean

    This script 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 population shape, mean, and standard deviation, sample size, alpha level and number of samples.Watch video.Note:  To access this script, install the add-in at Collection: Interactive Teaching Modules.  As of JMP ...

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 9:11 PM
    8628 views | 0 replies
  • Confidence Interval for Population Proportion

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

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 9:09 PM
    7560 views | 0 replies
  • Confidence Interval for Population Mean

    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!

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 9:08 PM
    9125 views | 0 replies
  • Sampling Distribution of Sample Proportions

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

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 9:06 PM
    7865 views | 0 replies
  • Distribution Generator

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

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 8:59 PM
    10956 views | 0 replies
  • Sampling Distribution of Sample Means

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

    gail_massari gail_massari
    JMP Scripts |
    May 28, 2014 8:50 PM
    14291 views | 0 replies
  • JSL for R Interface

    Two scripts generated using JMP interface to R by Chris Kirchberg chris.kirchberg.  Also see a short demo by Kelci Miclaus kelci.miclaus on JMP integration with R.

    Chris_Kirchberg Chris_Kirchberg
    JMP Scripts |
    May 28, 2014 12:21 PM
    3742 views | 0 replies
  • Nonlinear Degradation Mixed Model

    JMP does not have a facility for fitting nonlinear mixed models, but this script can be helpful in invoking the SAS PROC NLMIXED to do the work, using the model formulas in from JMP. With degradation analysis you need to import back the estimates and plug them into a model , and invert the model to produce crossing times.  The documents include a journal, the script, and sample data sufficient to ...

    John_Sall John_Sall
    JMP Scripts |
    May 27, 2014 10:00 AM
    3248 views | 0 replies
  • OpenGL 3D: DNA Double Helix

    This script uses JSL Scene3D commands (JMP's interface to OpenGL programming) to create a spinning 3-dimensional DNA double helix object.  Authors:   Laurie Cuffney, NCSU  Russ Wolfinger, SAS Institute Inc  Kelci Miclaus, SAS Institute IncSee this SAS Global Forum paper for more details.

    kelci_miclaus kelci_miclaus
    JMP Scripts |
    May 27, 2014 9:44 AM
    3793 views | 0 replies
  • Export Data Table to MediaWiki format

    This script converts the current data table to text that can be displayed in Wikipedia and other sites based on the MediaWiki engine.

    XanGregg XanGregg
    JMP Scripts |
    May 27, 2014 8:03 AM
    6086 views | 0 replies
  • ImageBlend JSL

    Run this JSL file and you can select two images to read in. You can then slide a slider to blend between the two images. Blending shows the differences between the two images.

    JohnPonte JohnPonte
    JMP Scripts |
    May 27, 2014 7:51 AM
    2681 views | 0 replies