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
    863 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
    315 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
    313 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
    9590 views | 12 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
    486 views | 0 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
    315 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
    486 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
    514 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
    264 views | 1 replies
  • script - delete or reorder colums

    hi,   I would like to add "delete multiple columns" or "reorder multiple columns" to my script. How can I code this into my scripts? JMP help provides a simple description for a single column, but I can't do it manually for more than 100 columns. Thank you in advance   A++  Zdenek   dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt:height << Set Selected; Wait(2); dt << Delete Columns(); Edit (jthi): ad...

    cz1 cz1
    Discussions |
    Aug 27, 2025 12:39 AM
    288 views | 1 replies

Latest Discussions

view all discussions