キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
JMP Bar Chart

ようこそ JMP User Communityへ

質問をし、回答を得たり、他のJMPユーザーと交流しましょう

学習のためのリソース

最新のディスカッション

  • 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
    3027 表示 | 5 件の返信
  • Learnbot is tired?


    [the answer to my first question today]

    hogi hogi
    Discussions |
    Sep 24, 2025 5:40 AM
    1257 表示 | 3 件の返信
  • 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
    1545 表示 | 6 件の返信
  • 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
    6519 表示 | 7 件の返信
  • 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
    1372 表示 | 7 件の返信

最新のディスカッション

  • 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
    1372 表示 | 7 件の返信
  • 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
    638 表示 | 3 件の返信
  • 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
    1980 表示 | 8 件の返信
  • 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
    421 表示 | 0 件の返信
  • 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
    685 表示 | 1 件の返信

最新のディスカッション

  • 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
    421 表示 | 0 件の返信
  • 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
    921 表示 | 0 件の返信
  • 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
    519 表示 | 0 件の返信
  • 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
    1263 表示 | 0 件の返信
  • 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
    760 表示 | 0 件の返信
すべてのディスカッションを表示