cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Lag formula not working when scripted

    I have some experimental data that takes a measurement every minute for 10 minutes.I then want to take an average for a subset of data points in the middle of the set.My solution is to have a hidden column (:Range) with a formula that contains the criteria (input via a modal window) and sets each row as either 1 or 0 if it's to be included in the calculation.My output column then uses the Col Mean...

    HarriBradbeer HarriBradbeer
    Discussions |
    May 31, 2022 6:19 AM
    2091 views | 2 replies
  • move columns

    Hello everyone, I would like to shift all columns to the right by one column if the lines where the length is greater than 3 in the first column and I would like to know if this is possible? for the moment, I starting by this :   dt << delete row( 1 ); rows_to_delete = dt << Get Rows Where(Length( :Prodn Supervisor )>3); If(N Items(rows_to_delete), dt << Delete Rows(rows_to_delete); );  

    NetflixCrow956 NetflixCrow956
    Discussions |
    May 31, 2022 5:21 AM
    2068 views | 3 replies
  • How to get "Effect size" column with Response Screening functionality

    Hello everyone, I am using the response screening feature of jmp and I was wondering how the columns are calculated, especially the Effect Size column.My database contains discrete and continuous variables. I want to perform a first analysis by selecting only the categorical variables as explanatory variables
    And a second analysis by selecting only the continuous variables as explanatory variables....

    aicilastats aicilastats
    Discussions |
    May 31, 2022 4:34 AM
    1743 views | 2 replies
  • Can JSL control mouse movements and clicks, and input numbers in other Windows?

    For example, dt[1,1]=789 in the JMP table DT
    In addition, there is other software xxx.exe in the specified location of the screen, it has a text box to fill the content, the text box has a confirmation button right. I now want to implement through JSL:Move the mouse to the textbox range of xxx.exe and click once,make it to the current focus, then DT [1,1] the value of 789 to fill in the xxx.exe tex...

    lwx228 lwx228
    Discussions |
    May 28, 2022 8:53 PM
    2817 views | 5 replies
  • How to delete elements in a graph builder object ? [ Platform, JMP16]

    Bonjour, J'ai un script qui me permettait de lancer un script depuis une base de données pour générer un graphique. Ensuite je supprime des éléments de ce graphique et c'est là où ça coince dans le script... Ce script marchait en JMP15 mais ne marche plus en JMP16 . J'ai déjà remplacé "top" par "top parent", mais même si le code en lui-même marche, quand je le mets dans une Platform ça ne marche p...

    SophieC32 SophieC32
    Discussions |
    May 27, 2022 8:06 AM
    1759 views | 1 replies

Latest Discussions

  • How to store unique column values as a list

    I am trying to take a single column from my data table and store each unique value to a list.   Ex:  column is named "Type" and the values in rows 1-6 are "A,B,C,A,B,C" I currently have: dtbl = Current Data Table(); newlist = column("Type") <<Getvalues(); Show(newlist);   which returns "A,B,C,A,B,C", but I am trying to get a list which would contain "A,B,C" instead. Any help would be appreciated (...

    Ckaiser Ckaiser
    Discussions |
    May 22, 2022 9:27 AM
    2121 views | 2 replies
  • How can I calculate control limits for a parameter that is consistently increasing?

    I'm trying to establish control limits in a parameter that is consistently increasing.  I can do it in Excel with a running average calculation, but I haven't yet found a way to do this in JMP.  If anyone has found a way to do this, that would be greatly appreciated! -Mike

    Rehrig76 Rehrig76
    Discussions |
    May 21, 2022 4:20 AM
    1249 views | 2 replies
  • recode multiple columns name with regex

     Hi all!I am trying to apply a regex replacement to a Recode Column function in JSL so that the script will go over all columns and apply the regex to all of them, if applicable. This is the code I've been testing: Names Default To Here(1); dt = Current Data Table(); //Create list of columns to be recoded ColN = dt << Get Column Names(); // Iterate over the list of columns and recode each one ...

    Lavik17 Lavik17
    Discussions |
    May 17, 2022 9:56 PM
    1871 views | 3 replies
  • No output from JMP scripts

    Hello, everybody. This is my first post. I have an issue with the scripts I try to run: When I run them, I receive no output. These are scripts that my team regularly use to pull data from our shared databases. I confirmed that the scripts are working for my teammates, so it's not a syntax issue within any of the scripts. I am a new hire and have never used JMP before, so I have a feeling that the...

    aidanoco aidanoco
    Discussions |
    May 16, 2022 6:18 AM
    1090 views | 1 replies
  • Possible to automatically highlight a substring within a text edit box?

    Hi.  I'm wondering if anyone knows of a method where my script can automatically highlight a substring within a text edit box?  I'd like the user to be able to1. Click on the text within the TEB at a specific location.2. A "<< Set Text Changed" function would return the location of the cursor in the text field using a yet-to-be-determined command.3. The script looks around the cursor location for ...

    nikles nikles
    Discussions |
    May 16, 2022 5:46 AM
    1533 views | 3 replies

Latest Discussions

  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    932 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    1138 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    815 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    940 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    911 views | 0 replies
view all discussions