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

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

Latest Discussions

  • Newb question

    Hello everyone,
    I use the chart builder in JMP. From the columns of my database, I create measures (indicators) directly in the chart builder to display them.
    For example with my column A and my column B, I create the measure with the formula AB.
    This measurement refers to an indicator that I add to my graph just below the title.
    The problem is that I would like to give a color to the measure I create...

    Effluvium Effluvium
    Discussions |
    Sep 30, 2025 2:09 AM
    263 views | 2 replies
  • Using Column Properties sigma for control chart test

    In past versions of JMP and with the legacy control charts, the sigma in column properties would apply to the test.  I specifically use Test 5.  This does not appear to be true for any of the new control charts in JMP18.  Is there a way to set the sigma for the control chart test?   Thanks in advance Jeff

    Jeff383 Jeff383
    Discussions |
    Sep 29, 2025 11:30 PM
    308 views | 1 replies
  • JSL implementation of merged cell display format similar to the tabulation function. JMP17

    When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.

    【My Challenges】
    JMP17
    1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...

    DunnRankBudgie8 DunnRankBudgie8
    Discussions |
    Sep 29, 2025 1:50 AM
    429 views | 2 replies
  • Regarding the issue of generating dynamic variable names using nested loops

    Regarding the dynamic variable issue, here is the JSL below. I want to generate variable names combining fruit and month, for example, Apple_Jun. However, the following JSL does not run. How should I fix it?   FruitList = {"Apple", "Banana", "Cherry", "Durian", "Entawak"}; MonthList = {"_Jan", "_Feb", "_March", "_April", "_May"}; For( count = 1, count <= N Items( FruitList ), count++, For( countM...

    BabyDoragon BabyDoragon
    Discussions |
    Sep 28, 2025 9:37 AM
    561 views | 4 replies
  • Execute Data Filter, then close it.

    Well, this has probably been answered a million times, but I cant find what I'm looking for exactly, so I thought I would ask... Here is a JMP Script for a Data Table I am using.   Current Data Table() << Data Filter( Location({751, 160}), Show Histograms and Bars(0), Mode(Show(1), Include(1)), Add Filter(columns(:GUN), Where(:GUN == "D")) ); Edit (jthi): added jsl formatting   After it execu...

    Newbie_1 Newbie_1
    Discussions |
    Sep 26, 2025 6:51 PM
    131 views | 1 replies

Latest Discussions

  • Time varying effect in Recurrence Analysis, data format and calculation

      Dear all
    I am assigned a task to perform recurrence analysis on our data.
    The data we have are robot repairs. We want to see repair events and cost in response to accumulated transactions using recurrence analysis.
    I attached a simulated data for this question. It only has three bots since we haven't decided how to arrange the data and I just put those three bots manually. I will update with more ...

    Caozheng0115 Caozheng0115
    Discussions |
    Sep 26, 2025 11:29 AM
    589 views | 0 replies
  • lamda used in final lasso fit with K fold validation

    Can someone help me know which lambda was used in the K-fold cross validation of a lasso regression?  I see the values listed in the solution path summary table, but unsure which one it uses finally. Perhaps I am missing a main point in the process.... and it is not important

    daniel_s daniel_s
    Discussions |
    Sep 22, 2025 6:03 PM
    279 views | 0 replies
  • Copy Formula for Tables / Update

    In Tables / subset, the user can decide if a column formula is copied and if the evaluation is suppressed:   Is there a hidden option which does the same trick for Tables/Update?

    great for "documentation"great for "what if" ...on the other hand: one cannot guarantee that all input columns for the formula will be available in the target data table.
    -> default option "suppress formula evaluation"?

    hogi hogi
    Discussions |
    Sep 12, 2025 7:47 AM
    801 views | 0 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
    364 views | 0 replies
  • permutation test for PLS-DA

    Hi all!  I've run a PLS-DA test for a data set that consists of FTIR spectral data of 5 different systems under 5 different treatments. I've used the fit model platform so that I could handle categorical variables in my Y variables. According to PRESS statistics, this model has an optimum number of factors of 7 and possesses good discriminating power between my samples. Then, I noticed that the st...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Aug 20, 2025 8:45 PM
    966 views | 0 replies
view all discussions