cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • 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
    913 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
    1278 views | 3 replies
  • Supply Chain Applications using Jump

    Hi ,    I'm a supply chain professional and I'm wondering if i can find some examples on how to employ JMP in handling Supply chain areas, like upstream , production scheduling, inventory management , ....etc

    hazem77 hazem77
    Discussions |
    May 16, 2022 4:50 AM
    1146 views | 1 replies
  • Check if a value belongs to a list of value

    In a condition, I want to check if a value belongs to a list composed of several values. What is the simplest syntax ?

    OrderedColt522 OrderedColt522
    Discussions |
    May 16, 2022 2:51 AM
    2390 views | 1 replies
  • scores plot for PCA

    The scores plot has a circle inside the scatterplot.  Does this represent a confidence interval or is it more for decorative purposes?  If the former, can the confidence interval be changed?

    kjwx109 kjwx109
    Discussions |
    May 15, 2022 11:50 AM
    1032 views | 1 replies

Latest Discussions

  • 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
    913 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
    1278 views | 3 replies
  • Supply Chain Applications using Jump

    Hi ,    I'm a supply chain professional and I'm wondering if i can find some examples on how to employ JMP in handling Supply chain areas, like upstream , production scheduling, inventory management , ....etc

    hazem77 hazem77
    Discussions |
    May 16, 2022 4:50 AM
    1146 views | 1 replies
  • scores plot for PCA

    The scores plot has a circle inside the scatterplot.  Does this represent a confidence interval or is it more for decorative purposes?  If the former, can the confidence interval be changed?

    kjwx109 kjwx109
    Discussions |
    May 15, 2022 11:50 AM
    1032 views | 1 replies
  • removing arrows from PCA loadings plot

    How do I remove the arrows from the loadings plot in JMP14

    kjwx109 kjwx109
    Discussions |
    May 14, 2022 1:06 PM
    1007 views | 1 replies

Latest Discussions

  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    627 views | 0 replies
  • 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
    769 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
    989 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
    699 views | 0 replies
  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    2506 views | 0 replies
view all discussions