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

  • 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
    65 views | 2 replies
  • Adding data source (DSN)

    Hello comunity,

    I am using JMP 18 on macOS Sequoia 15.6.
    I am using Database > Open table (or Data Connector) to add a data source I want to using.

    I click on New connection... and it shows the data sources (DSN) I have set up on ODBC.

      I select the data source I want and click on Choose DSN and I get this error.  
    I am quite certain I have set up my DSN correctly. Anyone using the same OS that ...

    GilGC GilGC
    Discussions |
    Oct 7, 2025 7:38 AM
    553 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
    77 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
    51 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
    64 views | 1 replies

Latest Discussions

  • 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
    65 views | 2 replies
  • Adding data source (DSN)

    Hello comunity,

    I am using JMP 18 on macOS Sequoia 15.6.
    I am using Database > Open table (or Data Connector) to add a data source I want to using.

    I click on New connection... and it shows the data sources (DSN) I have set up on ODBC.

      I select the data source I want and click on Choose DSN and I get this error.  
    I am quite certain I have set up my DSN correctly. Anyone using the same OS that ...

    GilGC GilGC
    Discussions |
    Oct 7, 2025 7:38 AM
    553 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
    51 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
    64 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
    58 views | 0 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
    58 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
    117 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
    578 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
    273 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