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

  • Center non-modal window on display

    Hi, I am trying to find the fastest way to move a window to the center of the users display.  Modal windows automatically are centered on the screen, so I know that JMP is somehow able to tell where to put a window, but I have only found some relatively slow workarounds to doing this with non-modal windows. Below is the jsl script I am currently using to determine the screen size and center a new ...

    mringqui mringqui
    Discussions |
    Sep 24, 2025 2:43 PM
    2502 views | 5 replies
  • Learnbot is tired?


    [the answer to my first question today]

    hogi hogi
    Discussions |
    Sep 24, 2025 5:40 AM
    844 views | 3 replies
  • Set submatrix values within a matrix

    I have a matrix of missing values, and I want to set the upper left portion of that matrix to values in another matrix.     initial_matrix=J(3,3,.); update_matrix=[1 2, 3 4]; The desired result is [ 1 2 ., 3 4 ., . . . ] I know I could iterate on the indices of the matrix like this for(i=1, i<=N rows(update_matrix), i++, for(k=1, k<=N cols(update_matrix), k++, initial_matrix[i,k]=update_matr...

    MathStatChem MathStatChem
    Discussions |
    Sep 24, 2025 4:33 AM
    992 views | 6 replies
  • How does scope of variables work in JSL

    I'm sure this is posted somewhere already, but I wasn't able to find it. I'm confused how the scope of variables is handled in JSL.  Could someone help to clarify how it works. I almost always use i as the indexing variable for loops.  For example, in my script I will have a for loop with i as the index that calls another function.  In this function, there is another for loop with i as the index. ...

    noblea30 noblea30
    Discussions |
    Sep 24, 2025 4:10 AM
    5856 views | 7 replies
  • html

    bonjour, avec JMP19, je n'ai plus l'html avec le thème foncé. Il apparaît comme avec le thème clair.   html réalisé avec publier dans le fichier   sachant que je suis en fond noir avec JMP19: est-ce que vous avez le même problème ?   cordialement

    Françoise Françoise
    Discussions |
    Sep 23, 2025 11:16 PM
    696 views | 7 replies

Latest Discussions

  • html

    bonjour, avec JMP19, je n'ai plus l'html avec le thème foncé. Il apparaît comme avec le thème clair.   html réalisé avec publier dans le fichier   sachant que je suis en fond noir avec JMP19: est-ce que vous avez le même problème ?   cordialement

    Françoise Françoise
    Discussions |
    Sep 23, 2025 11:16 PM
    696 views | 7 replies
  • variables, symbols and names

    in JSL, what is the difference between a variable, a "symbol" and a "name"?   var=Expr(1+2); Name Expr(var); // return the expression which is stored in the name "var" - so var is a name? Clear Symbols(var); // how can I clear a "symbol" if it's actually a "name"

    hogi hogi
    Discussions |
    Sep 23, 2025 9:42 PM
    379 views | 3 replies
  • Application Not Found error when trying to open a data table in JSL

    I'm am trying to open a data table using the following code:   Names Default To Here(1); dt1 = Open( "f3uel_airborne_2020_data"); dt2 = Open( "peaks_data_431"); When I run this, I get an Application Not Found error in the log and it fails to open. Does anyone have any idea what may be going on here? I'm using JMP19 on a Mac.  

    scott1588 scott1588
    Discussions |
    Sep 23, 2025 12:22 PM
    1028 views | 8 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
    272 views | 0 replies
  • Kamal Hinduja Switzerland : What are the key differences between JMP and JMP Pro?

    Hi,   I am Kamal Hinduja, based in Geneva, Switzerland(Swiss) . Can anyone explain in detail What are the key differences between JMP and JMP Pro?   Thanks, Regards Kamal Hinduja Geneva, Switzerland

    kamalhinduja kamalhinduja
    Discussions |
    Sep 22, 2025 6:56 AM
    294 views | 1 replies

Latest Discussions

  • 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
    272 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
    800 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
    363 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
    960 views | 0 replies
  • How to assign columns to 'Cause' and 'Grouping' roles, 'scale' and 'shape' effect in JMP recurrence analysis

    Hi, all
    I am a new member to the community. I am assigned a task to perform recurrence analysis on our data. I never used JMP or did any recurrence analysis. So I will bring some stupid questions for sure.
    The data we have are robots repair. We want to see repairs event pattern for the bots and I was told to use recurrence analysis (don't know why). So we have around 15000 robots, I used the 'bot_id...

    Caozheng0115 Caozheng0115
    Discussions |
    Aug 8, 2025 10:42 AM
    643 views | 0 replies
view all discussions