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

  • 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
    82 views | 2 replies
  • Loop the derivative function in JSL

    Hello JMP user community, I have been struggling for quite some time with a JSL function and wanted to reach out to see if some of you may be able to help.   So, what I want the script to do is basically take a formula expression from a polynomial regression model and then build the partial derivatives with respect to each contained factor. Ideally, it would create a list of all the factors conta...

    PoissonGopher92 PoissonGopher92
    Discussions |
    Oct 7, 2025 2:39 AM
    53 views | 1 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
    67 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
    81 views | 2 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
    63 views | 0 replies

Latest Discussions

  • Loop the derivative function in JSL

    Hello JMP user community, I have been struggling for quite some time with a JSL function and wanted to reach out to see if some of you may be able to help.   So, what I want the script to do is basically take a formula expression from a polynomial regression model and then build the partial derivatives with respect to each contained factor. Ideally, it would create a list of all the factors conta...

    PoissonGopher92 PoissonGopher92
    Discussions |
    Oct 7, 2025 2:39 AM
    53 views | 1 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
    67 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
    63 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
    146 views | 2 replies
  • Graph Builder - Order by

    changed behavior in JM19: 
    https://community.jmp.com/t5/JMPer-Cable/New-in-Graph-Builder-for-JMP-19/bc-p/904473/highlight/true#M1127 
    It's great that new functions are being added. But, JMP team, please (!!!) keep the old functionality as the default setting!
    Otherwise, users will have to change hundreds of scripts!   We wondered about the new behavior: 
    it always worked.  And "today" -- why are the ...

    hogi hogi
    Discussions |
    Oct 5, 2025 7:53 AM
    101 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
    63 views | 0 replies
  • Confidence intervals for difference in proportions

    Hi All: I've attached an example data set to highlight an issue that confuses me.  Suppose I want a confidence interval for the difference in two proportions.  Should be easy enough. So, via Fit Y by X (JMP v18.0.0), I get three intervals under the following headings: Two Sample Test for Proportions. Risk Difference TOST Tests As you can see, the intervals are not consistent with each other. My q...

    MRB3855 MRB3855
    Discussions |
    Oct 1, 2025 3:26 AM
    124 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
    586 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
    274 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
    801 views | 0 replies
view all discussions