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

  • Tabulate all numeric columns in a table

    Hi,I'm trying to creat a tabulate table that cill contain all numeric columns (and then another one with the categorical ones).I tryed running this but it doesn't work.Any suggestion?TIAdt = Open( "$SAMPLE_DATA/Big Class.jmp" ); NumericCols = {}; for(i = 1, i <= N Cols(dt), i++, Col = Column(dt,i); ColDataType = Col << Get Data Type; If( ColDataType == "Numeric", Insert Into(NumericCol...

    eliyahu100 eliyahu100
    Discussions |
    May 6, 2024 2:36 PM
    7271 views | 10 replies
  • kernel control chart

    Hello.
    my question is how can I fit a kernel density plot for my predictive model residuals in a way that first identifies and removes outliears data points, and then presents the final kernel plot with no outliears data along with its confidence bounds and shape?

    maryam_nourmand maryam_nourmand
    Discussions |
    May 6, 2024 11:51 AM
    799 views | 1 replies
  • How to lower the plateau of a 4 parameters fit curve?

    Hello !I'm working on dose-response curves. I use 4-parameter logistic curves from specialised modeling. My first plateau doesn't fit properly, it's too high, because my first point is too high. I don't know what parameter to set and how to set it so that my plateau goes down and gets closer to 0.Thank you in advance for your answer!

    aschmitz1 aschmitz1
    Discussions |
    May 6, 2024 11:40 AM
    1237 views | 2 replies
  • Verify and use existing Definitive Screen design with JMP?

    Hello,I obtained a Definitive Screen design for a DOE Experiment by ChatGPT 4.0. It looks reasonable (after several discussions). Can JMP verify if the Definitive Screen Design is acceptable? if I have an existing Definitive Screen design, can I use it and afterwards evaluate the experimental results of such measurements by JMP? Or does JMP only evaluate its own Designs?

    Thommy7571 Thommy7571
    Discussions |
    May 6, 2024 5:18 AM
    2928 views | 8 replies
  • Can JSL modify the system "Preferences" of JMP?

    Now "Wrap text" is not selected in "Script Editor" in JMP's system "Preferences".Can a JSL be used to open the edit state of a given JSL and hologram it to be able to "Wrap text"? Thanks!

    lala lala
    Discussions |
    May 6, 2024 2:06 AM
    1273 views | 4 replies

Latest Discussions

  • kernel control chart

    Hello.
    my question is how can I fit a kernel density plot for my predictive model residuals in a way that first identifies and removes outliears data points, and then presents the final kernel plot with no outliears data along with its confidence bounds and shape?

    maryam_nourmand maryam_nourmand
    Discussions |
    May 6, 2024 11:51 AM
    799 views | 1 replies
  • How to lower the plateau of a 4 parameters fit curve?

    Hello !I'm working on dose-response curves. I use 4-parameter logistic curves from specialised modeling. My first plateau doesn't fit properly, it's too high, because my first point is too high. I don't know what parameter to set and how to set it so that my plateau goes down and gets closer to 0.Thank you in advance for your answer!

    aschmitz1 aschmitz1
    Discussions |
    May 6, 2024 11:40 AM
    1237 views | 2 replies
  • Can JSL modify the system "Preferences" of JMP?

    Now "Wrap text" is not selected in "Script Editor" in JMP's system "Preferences".Can a JSL be used to open the edit state of a given JSL and hologram it to be able to "Wrap text"? Thanks!

    lala lala
    Discussions |
    May 6, 2024 2:06 AM
    1273 views | 4 replies
  • p-value or kappa for Interactions in Cox Proportional Hazard model?

    I'm using Cox Proportional Hazards modeling to evaluate the effect of 5-6 baseline variables on overall survival (OS) in a breast cancer dataset. Beyond evaluating the main effects of these covariates, I'd like to assess interactions between baseline variables. I've been using the "Cross" button to add these interactions to my model (e.g. ECOG status * Age). However, I could use some help determin...

    kdupree248 kdupree248
    Discussions |
    May 5, 2024 12:34 PM
    857 views | 0 replies
  • Open and add 4 JPEGs into a 2x2 window

    Hi,How do I write a script to open 4 jpegs in JMP and then place them in a 2x2 window? I would like to specify the size of the window to be a certain size. Then I would like to save the window into a jpeg. Any help is appriciated! Thanks!

    cchueng cchueng
    Discussions |
    May 4, 2024 8:52 AM
    1131 views | 2 replies

Latest Discussions

view all discussions