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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • JMP script to generate cumulative value after modeling

    Hi, all
    I am new to JMP and tried to write a script
    I use JMP 18 standard and perform recurrence analysis. The model I use is loglinear NHPP. I want to generate specific cumulative value at 100k, 200k, 300k, 400k and 500k transactions. I can see there is click option in the UI for each transaction (shown in the attachment). But I want to automate this using scripts. Following is the script I tried: ...

    Caozheng0115 Caozheng0115
    Discussions |
    Aug 29, 2025 12:12 PM
    451 views | 5 replies
  • How to subtract a variability from regression

    Hello everyone, I’m learning regression and have some questions about variability. Suppose I want to study the impact of a factor X on a process response Y. The regression results suggest that moving from condition level A to B of X changes Y by about 10%. However, I also know that the process itself has variability — for example, even at the same condition level of X, Y might fluctuate by around ...

    MateoB MateoB
    Discussions |
    Aug 29, 2025 10:05 AM
    211 views | 1 replies
  • Private tables with Multiple File Import function

    Hello, I'm triying to open multiple csv files and hiding them with the property private when using Multiple File Import () << Import Data.
    I am currently using a loop with the Open function :Open(myFile, private)It works well, the tables are hidden, but I saw the Multiple File Import function which seems to be faster than the previous loop.

    However, when using the << Import Data function, all the ta...

    CorentinL CorentinL
    Discussions |
    Aug 29, 2025 7:55 AM
    1160 views | 2 replies
  • How to Use a Variable for Custom Value Order in JMP Scripting?

    Hi everyone, I'm trying to set a custom value order in a column using JSL. Here's the code that works when I hardcode the list:   TestTable:Origin << Set Property( "Value Order", {Custom Order({"EU", "IND", "US", "JPN", "AU"}), Common Order(0)} );   However, when I try to pass the list as a variable, it doesn't work: countriesOrder = {"EU", "IND", "US", "JPN", "AU"}; TestTable:Origin << Set Proper...

    mysteriouskrypt mysteriouskrypt
    Discussions |
    Aug 28, 2025 2:57 PM
    188 views | 1 replies
  • How to insert X axis break in graph builder?

    Hi everyone, I am trying to insert a simple X axis break in JMP, but can't find the option for it in the Graph Builder. In Origin Lab for example this was easily achievable using x axis breaks. I am quite new to JMP, so any help would be much appreciated! My X axis data are timestamps, spread over multiple days, but on a single day they are only in the range of up to one hours. If I put all timest...

    PaulMasuch PaulMasuch
    Discussions |
    Aug 28, 2025 10:52 AM
    8608 views | 12 replies

Latest Discussions

  • How to subtract a variability from regression

    Hello everyone, I’m learning regression and have some questions about variability. Suppose I want to study the impact of a factor X on a process response Y. The regression results suggest that moving from condition level A to B of X changes Y by about 10%. However, I also know that the process itself has variability — for example, even at the same condition level of X, Y might fluctuate by around ...

    MateoB MateoB
    Discussions |
    Aug 29, 2025 10:05 AM
    211 views | 1 replies
  • How to Use a Variable for Custom Value Order in JMP Scripting?

    Hi everyone, I'm trying to set a custom value order in a column using JSL. Here's the code that works when I hardcode the list:   TestTable:Origin << Set Property( "Value Order", {Custom Order({"EU", "IND", "US", "JPN", "AU"}), Common Order(0)} );   However, when I try to pass the list as a variable, it doesn't work: countriesOrder = {"EU", "IND", "US", "JPN", "AU"}; TestTable:Origin << Set Proper...

    mysteriouskrypt mysteriouskrypt
    Discussions |
    Aug 28, 2025 2:57 PM
    188 views | 1 replies
  • STATS on recurrence analysis, loglinear NHPP model

    Hi, I am new to recurrence analysis and JMP.
    I did the analysis and use loglinear NHPP model. I have a little trouble understanding the results (in attached image). It seems that the γ and δ values are listed in the Effect Marginals section of the result. If I want to do stats on gamma compared between two groups (AlphaC and Sym 1.0). How do I do that? JMP is not generating a p value so I want to d...

    Caozheng0115 Caozheng0115
    Discussions |
    Aug 28, 2025 9:22 AM
    376 views | 0 replies
  • Graphiques dans les marges d'un nuage de points

    Il peut être intéressant dans un nuage de points de rajouter pour chacune des deux variables et dans les marges une boite à moustaches ou un histogramme. Je n'ai pas trouvé, est ce possible ? Par avance merci.

    rugolf rugolf
    Discussions |
    Aug 27, 2025 1:19 PM
    337 views | 4 replies
  • Obtenir un raccourci pour la commande "Exécuter à nouveau les formules"

    Ce serait très pratique d'avoir quelque chose comme le F9 d'Excel, notamment pour les formules avec de l'aléatoire. Je n'ai pas trouvé le moyen de "coller" un raccourci à cette commande. Possible ? Par avance merci.

    rugolf rugolf
    Discussions |
    Aug 27, 2025 11:15 AM
    165 views | 1 replies

Latest Discussions

view all discussions