cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Oct 7, 2025 1:22 PM
    1078 views | 2 replies
  • Authorization for JMP 18

    Hello, I have been using JMP 18 for my QBA class at Baylor as it is required for the class. I tried to use it today as of 10/7/2025, but it won't let me in the application anymore. It keeps saying I don't have any software authorization and to start a trail. I have had the application downloaded for a while now and this is the first problem I have run into. I have a windows computer, and I have tr...

    DiscreteBeetle4 DiscreteBeetle4
    Discussions |
    Oct 7, 2025 10:01 AM
    123 views | 2 replies
  • Bivariate Profiler Remembered Settings Dynamic Term Value Variables

    Hi everyone,    I'd really appreciate some help with some scripting.   I'm working on a bivariate fit script that takes two columns from a column dialog. I want to load a profiler that has some remembered settings already loaded. The issue I'm having is that I can't find the right way to reference/substitute the column name within the term value of the profiler. In the example code below I've left...

    Cathal Cathal
    Discussions |
    Oct 7, 2025 5:05 AM
    127 views | 2 replies
  • How should elements in a matrix be represented using variables?

    How should elements in a matrix be represented using variables? For example, in following JSL, [1 -3] works properly, but [1 a] causes an error. How can this be fixed?     Names Default To Here( 1 ); Word( [1 -3], "This is an apple", " " ); a=-3; Word( [1 a], "This is an apple", " " );  

    BabyDoragon BabyDoragon
    Discussions |
    Oct 7, 2025 2:35 AM
    104 views | 1 replies
  • Order Within Grouping Variable

    I apologize if this has been answered, but I can’t find quite the right answer in the discussions.  I have a grouping variable and I performed a t test with two values in the grouping variable.  The variable values are “Before” (n=6,437) and “After” (n=264).  JMP is showing me the t-test as (Before minus After), which results in a negative value.  I understand that I can just multiply by -1 to rev...

    LawOfAardvark73 LawOfAardvark73
    Discussions |
    Oct 6, 2025 8:00 PM
    134 views | 2 replies

Latest Discussions

  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Oct 7, 2025 1:22 PM
    1078 views | 2 replies
  • Authorization for JMP 18

    Hello, I have been using JMP 18 for my QBA class at Baylor as it is required for the class. I tried to use it today as of 10/7/2025, but it won't let me in the application anymore. It keeps saying I don't have any software authorization and to start a trail. I have had the application downloaded for a while now and this is the first problem I have run into. I have a windows computer, and I have tr...

    DiscreteBeetle4 DiscreteBeetle4
    Discussions |
    Oct 7, 2025 10:01 AM
    123 views | 2 replies
  • How should elements in a matrix be represented using variables?

    How should elements in a matrix be represented using variables? For example, in following JSL, [1 -3] works properly, but [1 a] causes an error. How can this be fixed?     Names Default To Here( 1 ); Word( [1 -3], "This is an apple", " " ); a=-3; Word( [1 a], "This is an apple", " " );  

    BabyDoragon BabyDoragon
    Discussions |
    Oct 7, 2025 2:35 AM
    104 views | 1 replies
  • Confidence level change in reliability growth analysis

    When conducting Reliability Growth analysis in JMP (version 18), the confidence level is defaulted as 95%.  How can I change it to other level, e.g., 80%?  Thanks. 

    MXJ MXJ
    Discussions |
    Oct 6, 2025 1:16 PM
    114 views | 0 replies
  • JMP19 needs a lot longer for database queries

    Dear all, using JMP 19 I found now, that it needs a lot longer doing database queries via ODBC. See below screenshot, using one ODBC connection (that includes authentication) JMP19 needs 50 s for the first connection and 25 s for following ones when connection is establischedJMP18 needs 25 s for the first connection and less than 1 s for following queries When using a more simple ODBC connection (...

    Georg Georg
    Discussions |
    Oct 6, 2025 11:15 AM
    235 views | 2 replies

Latest Discussions

  • Confidence level change in reliability growth analysis

    When conducting Reliability Growth analysis in JMP (version 18), the confidence level is defaulted as 95%.  How can I change it to other level, e.g., 80%?  Thanks. 

    MXJ MXJ
    Discussions |
    Oct 6, 2025 1:16 PM
    114 views | 0 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
    636 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
    297 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
    818 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
    382 views | 0 replies
view all discussions