cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JMP Knowledge Base

Choose Language Hide Translation Bar

Featured Items

  • JMP® System Requirements

    To view the system requirements for JMP®, JMP Pro, JMP Live, and JMP Clinical, click the following links:   JMP system requirements for Windows operating systems JMP system requirements fo...

    Bobby_Riggs
    JMP Knowledge Base |
    Mar 4, 2025 9:16 AM
    2367 views | 0 replies
  • JMP® New Features and Release Notes

    New in JMP/New Features documentation is published with the initial (.0) release of a new version of JMP and describes new or significantly enhanced capabilities introduced in that release. Re...

    Bobby_Riggs
    JMP Knowledge Base |
    Nov 30, 2022 11:28 AM
    27900 views | 2 replies

Latest Posts

  • 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
    568 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
    3043 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
    2075 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
    3217 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
    1291 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
    1786 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
    4516 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
    1424 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
    581 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
    78680 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
    1275 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
    7157 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
    617 views | 0 replies
  • How are the confidence limits calculated for the linearity study in JMP®?

     
    where:   = the critical value of T     = the number of levels for the Standard variable   = the sum of the number of levels for the standard divided by the number of levels for the factor      = the degrees fo freedom for the term(s) in the model       [Previously JMP Note 36125]

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 1:12 AM
    397 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
    2593 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
    1043 views | 0 replies
  • Can I perform a Gauge Repeatability and Reliability (Gauge R&R) analysis in JMP®?

    Yes, by selecting Quality and Process ► Variability / Attribute Gauge Chart in the Analyze menu. Specify your response and grouping variables, and click OK. Then, from the Variability Gauge inverted red arrow menu, choose Gauge Studies ► Gauge R&R. [Previously JMP Note 35238]

    sseligman sseligman
    JMP Knowledge Base |
    Feb 5, 2023 12:11 AM
    1037 views | 0 replies
  • A DSUR/PSUR report in JMP® Clinical 8.0 might result in the error "Name arg must be quoted string . . ."

    In JMP Clinical 8.0, the DSUR/PSUR report might result in an error that is similar to the following:  Name arg must be quoted string
    Line XX Column YY: ... Grouping Columns( :Name(?Planned Treatment for Per... This problem occurs when the Term Level and Group Level selections are set to the same term.  Click here to access the Hot Fix for this issue.   [Previously JMP Note 67910]

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 1:57 PM
    416 views | 0 replies
  • JMP® Clinical 7.1.2 Risk Based Monitoring might result in errors when you add supplemental data

    This note addresses several issues with JMP Clinical 7.1.2 Risk Based Monitoring when supplemental data is used. While adding supplemental data, JMP Clinical 7.1.2 Risk Based Monitoring might generate an error similar to the following:

       Unexpected ";".
       Trying to parse operand for "=" operator.
       Line XX Column YY: objRefNS:NoActFlg = ?;
     When you add supplemental data, JMP Clinical 7.1.2 Risk Ba...

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 1:53 PM
    299 views | 0 replies
  • JMP® Clinical Adverse Event Report is incorrectly labeling columns with wrong treatment group

    For some studies in JMP Clinical columns of the Adverse Event Report containing counts and percents are labeled with the wrong treatment group. To resolve this issue the two files attached to this note need to replace the existing files. To update these files please close JMP Clinical. Then use these files:  adverseeventsreport.sas should be copied to C:\Program Files\SASHome\JMPClinical\14\Clinic...

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 1:35 PM
    206 views | 0 replies
  • JMP® Clinical 6.0 results in an error that LBTESTCD values are not unique when analyzing findings data

    The following error can occur in JMP® Clinical 6.0 when analyzing findings: ERROR: Analysis cannot be completed because the LBTESTCD values are not unique across values of test category and/or subcategory. To work around this problem, replace the old FindingsMacros.sas file that is located in C:\Program Files\SASHome\JMPClinical\12\LifeSciences\MacroLib with this new FindingsMacros.sas file.    ...

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 1:29 PM
    130 views | 0 replies
  • Translation files for "Overall Response" for oncology analysis

    In Chinese, there are four meanings of "Overall Response," with different translations in Chinese. These terms, loosely translated into English, are "Assessment," "Efficacy," "Remission," and "Response." The files in this note enable the different translations in Chinese. To update the files in JMP® Clinical, first close JMP Clinical completely. Then back up the existing files. Finally, replace th...

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 1:23 PM
    394 views | 0 replies
  • The JMP® Clinical 7.1 API results in a JSL error when closeReviewBuilder() is used

    The JMP Clinical 7.1 API results in the following JSL error when the function closereviewbuilder() is used:   The namespace "this" is not defined{10378} in access or evaluation of
    'this:updateNavigatorSelection' , this:updateNavigatorSelection/*###*/() /*###*/ Click here to access the Hot Fix for this issue.   [Previously JMP Note 64958]

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 12:37 PM
    358 views | 0 replies
  • The Hy's Law option to include on-trial measurements is not enabled in JMP® Clinical 8.0

    In JMP Clinical 8.0, the Hy's Law option Only include on-trial measurements is disabled. This option should be enabled when you select Normalize laboratory values: by Upper Limit of Normal. Click here to access the Hot Fix for this issue.   [Previously JMP Note 67863]

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 12:36 PM
    474 views | 0 replies
  • The error message "No SMQs are available based on the dialog selections" appears on the Standardized MedDRA Queries Incidence Screen

    In JMP® Clinical 7.1, the following errors might appear on the SMQ Incidence Screen: Error:  No SMQs are available based on the dialog selections
    Error: Try selecting broad search terms or relaxing filters These errors appear when the MedDRA files do not include children’s SMQs. This issue is corrected in the JMP® Clinical 7.1.2 Hot Fix. Errors are removed and no longer prevent the report from runn...

    laura_archer laura_archer
    JMP Knowledge Base |
    Feb 3, 2023 12:34 PM
    337 views | 0 replies