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

  • How to automatically combine this complex conversion?

    In JSL, there is already a list variable abc. How can the values of this variable be written one by one into a new script without automatically re-entering the specific variable values Thanks! abc={"A","B","C","D","E"}; dt=New Table("A",Add Rows(1),New Column("A",Character,"Nominal")); Eval(Parse("dt<<new script(\!"SS\!", abc; );")); Eval(Parse("dt<<new script(\!"OK\!", abc={\!"A\!",\!"B\!",\!"C\!...

    lala lala
    Discussions |
    Sep 13, 2025 9:59 PM
    1788 views | 3 replies
  • How to dynamically create and address namespaces? Independent handles on multiple GB plots.

    All,    I can't wrap my head around this problem:   I need to put handles on my GB plots. I have multiple GB plots in one window. The variables in the handles script cross-talk. I need to either use new variables in each script, or create a new namespace for each graphics script (seems the way to go for me). But then again - as soon as I create a namespace, I address it through a reference variabl...

    miguello miguello
    Discussions |
    Sep 13, 2025 1:13 PM
    1479 views | 5 replies
  • Create JMP Journal from Student Journal

    How to find script link to confidence interval for the population mean?          

    Pramote_Sing Pramote_Sing
    Discussions |
    Sep 13, 2025 8:31 AM
    1361 views | 1 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

  • 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
  • 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
    690 views | 0 replies
  • Paste multiple column names

    hidden secret in JMP: you can paste multiple column names via CTRL+C | CTRL+V   https://community.jmp.com/t5/Abstracts/Plenary-John-Sall-on-Secret-Features-of-JMP/ev-p/849554 @ 44min: (view in My Videos)   https://community.jmp.com/t5/Abstracts/Advanced-Data-Preparation-10-Essential-Tools-in-JMP-to-Get-From/ev-p/849401 ( @julian )   https://community.jmp.com/t5/Discussions/Possible-to-rename-all-c...

    hogi hogi
    Discussions |
    Sep 11, 2025 10:20 AM
    2129 views | 10 replies
  • Is there a better way to batch copy multiple columns ?

    Hi everyone! I noticed that when using "Paste with column names" to copy multiple columns, selecting multiple columns in the left column window doesn't work. You actually have to select these columns directly in the data window to use it normally. But this makes it really inconvenient to operate, especially when there are a whole bunch of scattered columns. Is there a better way to copy multiple c...

    NoFinalAnswer NoFinalAnswer
    Discussions |
    Sep 11, 2025 8:39 AM
    2837 views | 12 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
    690 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
    245 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
    871 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