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

  • 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
    428 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
    124 views | 1 replies
  • robust column reference

    After a few minutes coding with JSL, users wonder about strange objects like :sex in    dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); x = :sex     Expert users have some experience with such column references and use them all the time.
    But what is :sex ? Is  dt:sex  more robust? Where do I find a documentation ?

    Let's collect and share some insights. Please add your thoughts and correct my posts if yo...

    hogi hogi
    Discussions |
    Sep 26, 2025 2:13 PM
    2449 views | 17 replies
  • 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
    586 views | 0 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
    586 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
    274 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
    963 views | 0 replies
view all discussions