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

  • Getting the coefficient for main effects in an ordinal variable - least-sq regression

    Hi, I have an ordinal variable (health literacy, with 5 levels). I am testing it against a continuous dependent variable using a least square regression. The output gives me betas for each level of my ordinal, but how do I get the main effect across all levels of ordinal, like SPSS gives you a main coefficient over all levels of the ordinal variable? 

    PieScalingHippo PieScalingHippo
    Discussions |
    Apr 29, 2025 7:20 AM
    2089 views | 8 replies
  • Cox Proportional Hazards on nested factors

    Hi all!   I've been looking into the PH modelling and i have some question on how to properly interpret the data. To demonstrate, i modified the CA Lung Cancer dataset, to help my point along.   My first question is a rather general one and it regards the PH model assumptions. Here a nice paper reviewing the issues with the published papers that use PH. They also list some strategies on how to dea...

    Kanstantsin Kanstantsin
    Discussions |
    Apr 29, 2025 6:27 AM
    823 views | 1 replies
  • Multiplex MSD 96 Well Plate with Spots Map File

    I have used your files and created map file for MSD 96 well multiplex plates with 10 spots per well. I have named the 10 spots "1" to "10" and the well as a whole "11" all in the Part ID column. The Shape ID's are all still the 96 wells using the LetterNumber notation.  This looks GREAT, but when I go to use it, speficying Well as for the Map Role, I only color the entire well, not the individual ...

    Martin Martin
    Discussions |
    Apr 29, 2025 4:17 AM
    7810 views | 8 replies
  • I need some help with JMP courses.

    Hey everyone. I am Xavier, and I am a beginner at JMP learning. My elder sister runs an Indian restaurant. I know she has been struggling with analysing sales data. That’s why I plan on learning JMP and helping her. I would be grateful if someone could help me find a beginner's course.

    xaviercastillo xaviercastillo
    Discussions |
    Apr 29, 2025 2:18 AM
    525 views | 1 replies
  • 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
    5614 views | 4 replies

Latest Discussions

  • Getting the coefficient for main effects in an ordinal variable - least-sq regression

    Hi, I have an ordinal variable (health literacy, with 5 levels). I am testing it against a continuous dependent variable using a least square regression. The output gives me betas for each level of my ordinal, but how do I get the main effect across all levels of ordinal, like SPSS gives you a main coefficient over all levels of the ordinal variable? 

    PieScalingHippo PieScalingHippo
    Discussions |
    Apr 29, 2025 7:20 AM
    2089 views | 8 replies
  • I need some help with JMP courses.

    Hey everyone. I am Xavier, and I am a beginner at JMP learning. My elder sister runs an Indian restaurant. I know she has been struggling with analysing sales data. That’s why I plan on learning JMP and helping her. I would be grateful if someone could help me find a beginner's course.

    xaviercastillo xaviercastillo
    Discussions |
    Apr 29, 2025 2:18 AM
    525 views | 1 replies
  • 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
    5614 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
    708 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
    739 views | 1 replies

Latest Discussions

  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    546 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
    522 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
    503 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
    381 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
    436 views | 0 replies
view all discussions