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

  • How to install Python Packages manually on JMP

    Hello,   I have a JMP add-in where I call Python (integrated into JMP, as I am using JMP 18.2.2) and I need to install Python packages (if they are not already installed).   I therefore have two questions:   - I don't have an internet connection, so I can't use pip install or jmp.utils to install the Python packages. How can I get Python packages hard-coded into the add-in in JMP and install them?...

    SophieCuvillier SophieCuvillier
    Discussions |
    Sep 1, 2025 7:48 AM
    439 views | 3 replies
  • Survival analysis with continous variables

    Hello!   I want to identify potential covariates that may influence my survival data (continuous abstinence). Most of my potential covariates are continuous variables. I am unsure how to run this analysis with continuous variables instead of grouping variables. Any suggestions or tips would be helpful!   Thank you!

    Pau_lina Pau_lina
    Discussions |
    Sep 1, 2025 2:04 AM
    183 views | 1 replies
  • 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
    456 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
    213 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
    1164 views | 2 replies

Latest Discussions

  • Survival analysis with continous variables

    Hello!   I want to identify potential covariates that may influence my survival data (continuous abstinence). Most of my potential covariates are continuous variables. I am unsure how to run this analysis with continuous variables instead of grouping variables. Any suggestions or tips would be helpful!   Thank you!

    Pau_lina Pau_lina
    Discussions |
    Sep 1, 2025 2:04 AM
    183 views | 1 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
    213 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
    190 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
    380 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
    343 views | 4 replies

Latest Discussions

view all discussions