cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Support

Choose Language Hide Translation Bar

Support Resources

JMP Help

Knowledge Base

Latest Notes

  • Supported versions of R software by JMP® version and operating system

    The following table describes the versions of R supported by JMP version and operating system. JMP VersionOSR Version17.xWindows2.9.1 or higher Macintosh2.9.1 or higher (Intel architecture of R only) https://www.r-project.org16.xWindows2.9.1 or higher Macintosh2.9.1 to 3.3.315.xWindows2.9.1 or higher Macintosh2.9.1 to 3.3.314.xWindows2.9.1 or higher Macintosh2.9.1 to 3.3.313.xWindows2.9.1 or highe...

    Bobby_Riggs Bobby_Riggs
    JMP Knowledge Base |
    May 18, 2023 6:29 AM
    789 views | 0 replies
  • JMP® can crash when using drag and drop functionality

    JMP® might begin to crash when using drag-and-drop functionality within any platform.  This affects all versions of JMP on Windows and may be caused by a recent update to a third party software package called Digital Guardian. The crash is a known issue with Digital Guardian software. A recent update with Digital Guardian has affected the drag-and-drop behavior for Windows.  As a temporary work-ar...

    Duane_Hayes Duane_Hayes
    JMP Knowledge Base |
    May 15, 2023 7:40 AM
    1107 views | 0 replies
  • How is the standard deviation calculated for different Shewhart control charts?

    XR Charts   In an XBar chart that uses the R option, the value for sigma is computed as: sseligman_8-1679411994583.png where:
    Ri = range of ith subgroup ni = sample size of the ith subgroup
    d2(ni) = expected value of the range of ni independent normally distributed variables with unit standard deviation
    N = number of subgroups for which ni ≥ 2
    XS Charts   In an XBar chart that uses the S option, the...

    sseligman sseligman
    JMP Knowledge Base |
    Mar 21, 2023 8:22 AM
    1827 views | 0 replies
  • How to convert Minitab files to JMP® files

    JMP® can import Minitab Portable file format (.MTP files) directly, without any need for Minitab itself. For Minitab Worksheet files (.MTW), JMP initiates a batch process where JMP creates a batch file of Minitab batch commands that actually causes Minitab to convert the worksheet to a temporary Minitab Portable file. It is this temporary Minitab Portable file that is then read into JMP. Because J...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Mar 17, 2023 8:14 AM
    3169 views | 0 replies
  • How to dynamically populate a ComboBox based upon user selection

    Overview This example demonstrates how you can dynamically populate a ComboBox with options that are relevant to a user selection made in a previous ListBox.   Instructions In a JMP® session, click the File menu and select New ► Script. Copy the below script and paste it into the script window. To run the sample script, click the Edit menu and select Run Script. /* Open a sample data table */ dt ...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Mar 15, 2023 12:44 PM
    1409 views | 0 replies
  • How to script Column Properties using variables

    Overview When using the JMP® Scripting Language (JSL) to script a column property, it is important to understand that the column is simply a repository for all column properties. The column stores the column property with the values supplied without evaluation or validation of the supplied arguments. In order to add column properties using JSL code which contains variables, the script must convert...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Mar 15, 2023 12:13 PM
    3426 views | 1 replies
  • How to select rows that match any value in a list

    Overview The following example demonstrates how you can select rows in a data table that contain any value stored in a JSL list. Lists containing either numeric or character strings can be used.   Instructions In a JMP® session, click the File menu and select New ► Script. Copy the below script and paste it into the script window. To run the sample script, click the Edit menu and select Run Script...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Mar 15, 2023 12:02 PM
    3625 views | 1 replies
  • JMP® PER File Locations for Microsoft® Windows and Macintosh® OS X

    The JMP.PER file is built from a JMP® SID license file The SID file has a standard naming convention: JMPvvv_oooooo_ssssssss_ccccccc.txt v = version of JMP the SID can be used witho is the order number the SID was delivered withs is the site IDc is the computer platform (i.e. Windows or Mac).  When the SID file is applied to JMP in a manual installation, it creates another file called a JMP.PER f...

    Dave_Matthews Dave_Matthews
    JMP Knowledge Base |
    Mar 14, 2023 11:33 AM
    5223 views | 0 replies
  • An Access Control Request pop-up message appears when you install JMP® on macOS

    When you install JMP on modern versions of macOS, the following pop-up message is shown:   installer_app.PNG   This message is a permissions prompt from macOS. Click OK to continue with the installation. For more information about Folder Access Control in macOS, see the Control access to files and folders on Mac article. If you need additional assistance, contact JMP Technical Support.   [Previous...

    Dave_Matthews Dave_Matthews
    JMP Knowledge Base |
    Mar 14, 2023 11:21 AM
    1938 views | 0 replies
  • You are unable to use JMP® 14 functions on macOS Big Sur 11

    JMP 14 is not supported on macOS Big Sur 11. JMP began support for macOS Big Sur 11 with the JMP® 15.2 version. You must either upgrade to JMP 15.2 or a newer version, or downgrade your macOS version in order to meet the JMP 14 system requirements. How to Upgrade to JMP® 15.2 JMP Annual license customers: Contact the JMP Site Representative at your organization, or contact Contracts at 1-800-727-0...

    Dave_Matthews Dave_Matthews
    JMP Knowledge Base |
    Mar 14, 2023 9:49 AM
    638 views | 0 replies
  • How to create a Recall button on a custom window

    Overview When using the JMP® Scripting Language (JSL) to generate a custom window to prompt the user for information, it is often desirable to add a button that restores settings from a previous launch of the window within the same JMP instance. Similar functionality is available when launching a platform interactively, such as by clicking the Analyze menu and selecting Distribution. Currently, th...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Mar 8, 2023 7:10 AM
    3228 views | 3 replies
  • How to assign a category using a lookup table in JMP®

    Overview Using the JMP Scripting Language (JSL) you can write a script that assigns values based upon data stored in a different data table. The following example script demonstrates how you can use a lookup table to assign levels of schooling based upon the age of a student. The script does the following: Open the original data table containing a list of students and their ages.Add a new column t...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Mar 7, 2023 2:55 PM
    2471 views | 1 replies
  • Can I get the process capability index CPK in JMP®?

    Yes, JMP® does produce the process capability index, CPK. From within the Distribution output, select Capability Analysis from the column's red triangle menu.   To save the limits and target back to the data table, choose Save ► Spec Limits from the Process Capability red triangle menu in JMP 15 or higher.  Prior to JMP 15, choose Save ► Spec Limits from the column's red triangle menu.   In JMP 10...

    sseligman sseligman
    JMP Knowledge Base |
    Mar 7, 2023 12:45 PM
    3521 views | 0 replies
  • How to use a variable value in a formula

    If you use a global variable in your column formula, the formula might function normally in your current session of JMP®, but when re-opening the application, the global variable will be nonexistent thus the formula will not evaluate properly. Instead of using the variable directly in the formula, you should substitute the variable value in its place. The function, Eval Expr() can be used for this...

    Wendy_Murphrey Wendy_Murphrey
    JMP Knowledge Base |
    Feb 6, 2023 12:24 PM
    1463 views | 0 replies
  • How do I get Squared Partial Correlation and/or Squared Semi-partial Correlation Coefficients in JMP®?

    Squared Partial Correlation and/or Squared Semi-partial Correlation Coefficients in the context of this article describe how much a predictor adds to a multiple regression model (1). JMP® does not produce these statistics automatically, but they can be obtained with JSL scripting.   The Pcorr_Scorr.JSL script (attached) produces both Squared Partial Correlation Coefficients and Squared Semi-partia...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 10:46 PM
    1982 views | 0 replies
  • How do I test the difference in slope of several lines in JMP®?

    This type of analysis is in the family of analysis of covariance (ANCOVA) models, and examples are available in the JMP® Fitting Linear Models book. Go to Help ► Books ► Fitting Linear Models.  For more information about ANCOVA models, see (1).    Consider an example using the Car Physical Data sample dataset available in the JMP Sample Data Library.  Regress Weight on Turning Circle, Country, and...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 10:28 AM
    4903 views | 1 replies
  • Is there a way to rank a column in my data table in JMP®?

    Yes. Select Analyze ► Distribution. When the results window appears, click on the inverted red triangle menu next to the column name and select SaveRanks or Ranks Averaged.   Alternatively, select the column of interest, right click on the column ► New Formula Column ► Distributional ► Rank.  This will generate a new formula column with the Rank by row of the observations in the column of inte...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 2:06 AM
    1570 views | 0 replies
  • How do I interpret the saved spline coefficients table in JMP®?

    The coefficients are the A (intercept), B (linear), C (quadratic), and D (cubic) coefficients for the variable (x-O), where O is the variable for the knot at the beginning of the interval.   [Previously JMP Note 35350]

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 2:01 AM
    666 views | 0 replies
  • How do I interpret the Shapiro-Wilk test for normality in JMP®?

    The Shapiro-Wilk test for normality is available when using the Distribution platform to examine a continuous variable. The null hypothesis for this test is that the data are normally distributed. The Prob < W value listed in the output is the p-value, or the probability of obtaining the given test statistic (W in this case) or more extreme given the null hypothesis is true.   If the chosen alpha ...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 1:59 AM
    80013 views | 0 replies
  • How do I generate Multivariate Normal data within JMP®?

    The script entitled MVN.jsl attached can generate multivariate normal data. Simply supply the variance covariance matrix, a vector of means, and the desired sample size, and the script generates the data.   Also, if you are fitting a model with the Fit Model platform and want to generate factor values coming from a defined multivariate normal distribution, the Simulator in the Prediction Profiler ...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 1:46 AM
    1368 views | 0 replies
  • How do I create a two-way (aka multi-way) analysis of variance (ANOVA) in JMP®?

    A two-way (or multi-way) ANOVA can be done using the Fit Model platform. The response (or dependent) variable must have the continuous modeling type. The model effects must have either the Nominal or Ordinal modeling type. To fit the model: Select Fit Model from the Analyze menu.Select the factors in the list of columns.To add the two factors and their interactions, click on the Macros button and ...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 1:33 AM
    7488 views | 0 replies
  • How do I change the level of the event modeled in JMP®’s logistic regression?

    By default, JMP® models the lower ordered level as the event. The Target Level column property can be used to reverse the order of the levels. Highlight the response column, click ColsColumn Info, then click Column Properties to add a Target Level column property.     Also, where applicable in JMP, the Target Level can be specified in the Model Dialog as a drop-down menu item.   [Previously JMP...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 1:26 AM
    728 views | 0 replies
  • How are the confidence limits calculated for the linearity study in JMP®?

      PatrickGiuliano_0-1675588174846.png PatrickGiuliano_1-1675588190489.png
    where:   PatrickGiuliano_3-1675588219015.png = the critical value of T    PatrickGiuliano_4-1675588230430.png = the number of levels for the Standard variable   PatrickGiuliano_5-1675588260031.png = the sum of the number of levels for the standard divided by the number of levels for the factor     PatrickGiuliano_6-167558...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 1:12 AM
    451 views | 0 replies
  • Can I perform a one-way analysis of variance with only summary data in JMP®?

    Computing an Analysis of Variance with Summary Statistics in JMP® Software In some instances, an experimenter may want to perform an Analysis of Variance (ANOVA), but only the summary statistics are available. Most statistical programs are designed to compute ANOVA models with the full, complete set of data. However, David A. Larson describes a method to generate surrogate data from the summary st...

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 1:06 AM
    2870 views | 0 replies
  • Can I perform a multinomial logit analysis in JMP®?

    If you are using the term multinomial logit analysis to mean a logistic regression with more than 2 response levels, then yes. JMP® can fit a nominal response with generalized logits, as well as an ordinal response with cumulative logits.   Nominal and ordinal logistic regression analysis options are available under the Personality drop down under Analyze ► Fit Model.   [Previously JMP Note 35252]

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 12:16 AM
    1137 views | 0 replies