cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • blocking in jmp

    hi, i have a question about blocking in DoE. should we always follow the blocking option that JMP suggest with each design?? or can we do it our way?? for example. i am looking to do Box-Behenken design which has no blocking option at all but i was thinking of (doing all 13 run) in one day as the experiment is very short. then reopeat this over three to five dys and use day as a block were the in ...

    NourNashed NourNashed
    Discussions |
    Sep 15, 2025 9:27 AM
    601 views | 2 replies
  • JMP 17.2 > Windows > GRAPH BUILDER > How do I maintain the size of the Y Label box when using Y-labels of different length?

    Dear JMP Community,   I thought I knew Graph Builder, but I encountered an annoying behavior with Y-labels of differing lengths.   In the example below, I use a Local Data Filter to plot different categories of data (RColor). Each category has a set of labels (plotted as Y-labels) that can vary in length from 8 characters to > 50. As shown in the two graphs below (identical script), the plot dimen...

    Thierry_S Thierry_S
    Discussions |
    Sep 15, 2025 9:26 AM
    1004 views | 2 replies
  • How to create a interactive HTML with two tabs which change the chart image in one based on the value choosen in dropdown list

    rpt = New Window("Image Gallery Report", TabBox("Overlay Maps",     H List Box(           row1_hlist = V List Box(Text Box("Image Gallery from: " || "INTW.203P"),         //Text Box("Found " || Char(N Items(image_files)) || " images"),                  Spacer Box(Size(0, 10))),                  Spacer Box(Size(0, 20)),                  // Second row label           row2_hlist = V List Box(Text Box...

    anandambujaraja anandambujaraja
    Discussions |
    Sep 15, 2025 9:18 AM
    1770 views | 8 replies
  • size of Text Edit Box

    I have a script, requesting a comment  from the user. 
    I use a text edit box, but cannot modify the length of the box (on the screen).
    Any Idea how to set a value for the length (like 40 characters, 2 lines, ...) since I want the user to type in detailed comments
    example: H List Box( Text Box( "Type in comment: " ), teb = Text Edit Box( initial_text) ), Spacer Box( size(1, 10) ), H Center...

    MWalther MWalther
    Discussions |
    Sep 15, 2025 8:28 AM
    981 views | 1 replies
  • JMP 17.2 > Complex Data Dimensions Reduction and Estimation > Methods

    Hi JMP Community,   I am working with complex gene expression data from different studies, for which I would like to estimate its intrinsic complexity. I came across the R package Rdimtools, which seems to provide the type of analyses I am interested in. Specifically, the end goal for these analyses is to define the optimal number of dimensions to capture the complexity of the data sets.   Are you...

    Thierry_S Thierry_S
    Discussions |
    Sep 15, 2025 8:19 AM
    1083 views | 2 replies

Latest Discussions

  • blocking in jmp

    hi, i have a question about blocking in DoE. should we always follow the blocking option that JMP suggest with each design?? or can we do it our way?? for example. i am looking to do Box-Behenken design which has no blocking option at all but i was thinking of (doing all 13 run) in one day as the experiment is very short. then reopeat this over three to five dys and use day as a block were the in ...

    NourNashed NourNashed
    Discussions |
    Sep 15, 2025 9:27 AM
    601 views | 2 replies
  • JMP 17.2 > Complex Data Dimensions Reduction and Estimation > Methods

    Hi JMP Community,   I am working with complex gene expression data from different studies, for which I would like to estimate its intrinsic complexity. I came across the R package Rdimtools, which seems to provide the type of analyses I am interested in. Specifically, the end goal for these analyses is to define the optimal number of dimensions to capture the complexity of the data sets.   Are you...

    Thierry_S Thierry_S
    Discussions |
    Sep 15, 2025 8:19 AM
    1083 views | 2 replies
  • [Graph Builder on JMP16] create multi-axes by drag columns into dropzone with shift pressed, the order reversed, how to fix

    Hi all,   Currently I find that a multi-axes can be created instead of all items merged in one ax achieved by pressing the shift before releasing my click on dropzone. But the order of my selection order is hence reversed to the col list, why it happens, can it be fixed? there is no loading reduction between manual fixing the order and dragging them one by one to the axes   I found this tip at htt...

    Clanlope Clanlope
    Discussions |
    Sep 15, 2025 12:59 AM
    1561 views | 9 replies
  • How I get best transformation using box cox transformation

    In box cox plot, jmp not recommended any transformation, if lambda is 1 then no transformation required but if lambda is greater or smaller than 1 then which transformation we choose. JMP offer 4 options, refit with transform replace with transform, save best transformation, and sav specific transformation, which one is suitable.

    Keshav Keshav
    Discussions |
    Sep 13, 2025 5:38 AM
    706 views | 1 replies
  • Forming a Column Formula from an Associative Array

    I looked but couldn't find a clear example.  I have a script that creates an associative array between pairs of columns in a table.  I now want to leverage that array to create a formula referencing both the value and the key.  How is this done?   For( i = 1, i <= N Items( SpecCols ), i++, key = Column( dt, SpecCols[i] ); value = Column( dt, Char(SpecCols[i])||" Pass/Fail"); assocArra...

    SpannerHead SpannerHead
    Discussions |
    Sep 12, 2025 11:04 PM
    795 views | 1 replies

Latest Discussions

  • 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
    682 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
    236 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
    862 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
    593 views | 0 replies
  • Customer quantile

    Hello,    looking for the upper and lower cut off of exponential distribution and Weibull distribution, I could find custom quantile to designate the probability. Have a couple questions.   In the old jump version, saw it quantile feature allowing probability number to type, it is the same as custom quantile in JUMP 17. Seems like there is confidence level set as default value of 0.95, having trie...

    SignalRaccoon27 SignalRaccoon27
    Discussions |
    Aug 8, 2025 7:25 AM
    223 views | 0 replies
view all discussions