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

  • jsl - How to open the most recent file with a specific naming convention?

    Hi everyone,How do I script jsl to open the newest file in a directory that contains a specific naming convention? I have the following code which will open the newest file in the directory:(  OpenNewestFile = Files In Directory( "C:\users\me\MyDocuments\" );  {t,p}={0,1};  for(i=1, i <= n items(OpenNewestFile),i++,  ti=Last Modification Date("C:\users\me\MyDocuments\" || OpenNewestFile );  If(ti>...

    rrtx_mike rrtx_mike
    Discussions |
    Apr 29, 2025 1:47 AM
    5558 views | 4 replies
  • How do I get my axis property to be updated on my distribution graphic ?

    Hello,   I have an application with a dashboard showing the distributions (and other graphs) of a table's parameters.   In this application, the user can interactively set limits, to be displayed on the graphs. To do this, I use the ‘Axis’ property of the columns. And while changes to this property are automatically reflected on graph builder graphics, this does not seem to be the case on the dist...

    SophieCuvillier SophieCuvillier
    Discussions |
    Apr 29, 2025 1:44 AM
    720 views | 2 replies
  • How to solve the JMP Alarm with error "deleted object reference: day << Get in access or evaluation of 'Glue' in JMP18 version

    This script is running well in JMP14 version, but when I using in JMP18 version the alarm happened. Hopefully getting a help from everyone. Thank you so much    

    ThoPhan ThoPhan
    Discussions |
    Apr 28, 2025 10:38 PM
    678 views | 3 replies
  • How to parse commas within a List Box

    Hello,

    I am on JMP 18.1.2 and am attempting to create a matrix of check boxes. The final step which I cannot figure out, is how to dynamically create the H List Box based on number of rows.

    This is my current code: test = {"a","b","c","d","e"}; testFin = {}; rows = 2; remain = Modulo(N Items(test), rows); loops = 2 + (remain > 0); //create a list that groups the original list in groups of 2 (rows) ...

    CohortMapping26 CohortMapping26
    Discussions |
    Apr 28, 2025 9:28 PM
    576 views | 2 replies
  • Conditional Column number calculation

    For each ID group in the data table, I like to calculate: The count of Part Number where RANK_DESC = 1 The count of Part Number where RANK_ASC = 1  I like to add  two new columns PN Count of RANK_DEC =1, PN Count of RANK_ASC=1. any formulas to apply for them?  any other better methods to approach? thanks very much in advanced!

    ReliabilityWolf ReliabilityWolf
    Discussions |
    Apr 28, 2025 10:12 AM
    1810 views | 10 replies

Latest Discussions

  • jsl - How to open the most recent file with a specific naming convention?

    Hi everyone,How do I script jsl to open the newest file in a directory that contains a specific naming convention? I have the following code which will open the newest file in the directory:(  OpenNewestFile = Files In Directory( "C:\users\me\MyDocuments\" );  {t,p}={0,1};  for(i=1, i <= n items(OpenNewestFile),i++,  ti=Last Modification Date("C:\users\me\MyDocuments\" || OpenNewestFile );  If(ti>...

    rrtx_mike rrtx_mike
    Discussions |
    Apr 29, 2025 1:47 AM
    5558 views | 4 replies
  • How to solve the JMP Alarm with error "deleted object reference: day << Get in access or evaluation of 'Glue' in JMP18 version

    This script is running well in JMP14 version, but when I using in JMP18 version the alarm happened. Hopefully getting a help from everyone. Thank you so much    

    ThoPhan ThoPhan
    Discussions |
    Apr 28, 2025 10:38 PM
    678 views | 3 replies
  • about partition

    When distinguishing between A and B using continuous variables from tests a, b, c, and d, we employ partitioning to evaluate the contribution of these four tests. However, factors like (a) and (b) appear repeatedly in multiple splits, complicating the analysis. How can we adjust the settings to prevent specific factors from being selected too frequently? Attach the actual results and an image of t...

    s22d704 s22d704
    Discussions |
    Apr 28, 2025 6:54 AM
    672 views | 1 replies
  • What are the requirements for using a workflow script in QC (or similar environment)?

    Hi community,   We are thinking about developing a "Workflow" script in JMP to facilitate data analysis in QC environment.   However I have a few questions.... Does anyone know if workflows are currently being used as a tool in other QC labs? Does anyone have an idea how they ensure traceability using a workflow? (for example,associated to the results output (normally another datatable) having a...

    Eugénio_FMendes Eugénio_FMendes
    Discussions |
    Apr 28, 2025 4:06 AM
    466 views | 1 replies
  • Design space regions do not match.

    To practice using JMP, I am analyzing and reproducing data from papers. Among these, screening using the Plackett-Burman design and optimization using the central composite design were performed for three impurities to create a predictive model. Similar predictive model equations were created for all of the models described in the paper.   The paper states that pooling was performed during the opt...

    keita_ keita_
    Discussions |
    Apr 27, 2025 4:51 PM
    965 views | 4 replies

Latest Discussions

  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    524 views | 0 replies
  • when does model reduction lead to the problem of multiple comparisons?

    My interest is in identifying the strongest predictors of annual per capita growth rate for three groups of bird species: residents, short-distance migrants and long-distance migrants.  My model has per capita growth rate as the dependent variable, and as predictors bird density during the breeding season, and 13 environmental predictors (various measures of climate, food abundance and nest predat...

    olddabbler olddabbler
    Discussions |
    Apr 21, 2025 5:56 AM
    485 views | 0 replies
  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    468 views | 0 replies
  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    359 views | 0 replies
  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    424 views | 0 replies
view all discussions