cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • How to set row in which data starts based on keyword

    Hi, I'm trying to adapt this script:// Import Excel file: file.xls // → Data Table( "Results" ) Open( "$DESKTOP/JMP test/file.xls", Worksheets( "Results" ), Use for all sheets( 1 ), Concatenate Worksheets( 0 ), Create Concatenation Column( 0 ), Worksheet Settings( 1, Has Column Headers( 1 ), Number of Rows in Headers( 1 ), Headers Start on Row( 51 ), Data Starts on Row( 52 ), Dat...

    Agustin Agustin
    Discussions |
    May 30, 2022 1:02 PM
    1404 views | 3 replies
  • covariate in GLMM

    If I want to include a covariate in my model, which I am running using the GLMM add-in because the data are not normally distributed and I want to use a Poisson distribution option - is the covariate included as a fixed or random effect? I know when using the standard "fit model" I do not specify that the covariate has a random attribute, which is why I wasn't sure how to include it in the GLMM mo...

    RToaffRos RToaffRos
    Discussions |
    May 30, 2022 3:38 AM
    783 views | 1 replies
  • Export JMP model to python environments for online analysis

    How can I export model to python for online learning and analysis on industry floor?

    iXmkXm iXmkXm
    Discussions |
    May 30, 2022 3:29 AM
    1207 views | 1 replies
  • Legend for Bubble Chart

    Hi, Is it possible to create a legend for the size of the bubbles in the bubble chart?I can fake it with creating some dummy data points but an interesting in something that does mess with underlying data table.Andy

    Hegedus1 Hegedus1
    Discussions |
    May 29, 2022 3:03 PM
    1747 views | 2 replies
  • Can JSL control mouse movements and clicks, and input numbers in other Windows?

    For example, dt[1,1]=789 in the JMP table DT
    In addition, there is other software xxx.exe in the specified location of the screen, it has a text box to fill the content, the text box has a confirmation button right. I now want to implement through JSL:Move the mouse to the textbox range of xxx.exe and click once,make it to the current focus, then DT [1,1] the value of 789 to fill in the xxx.exe tex...

    lwx228 lwx228
    Discussions |
    May 28, 2022 8:53 PM
    1805 views | 5 replies

Latest Discussions

  • covariate in GLMM

    If I want to include a covariate in my model, which I am running using the GLMM add-in because the data are not normally distributed and I want to use a Poisson distribution option - is the covariate included as a fixed or random effect? I know when using the standard "fit model" I do not specify that the covariate has a random attribute, which is why I wasn't sure how to include it in the GLMM mo...

    RToaffRos RToaffRos
    Discussions |
    May 30, 2022 3:38 AM
    783 views | 1 replies
  • Customize box plot color in JMP preferences

    Okay - this has been asked before but based on my screening of several discussions, never thoroughly answered. Our company has recently upgraded to JMP 13. I was upgraded from JMP 10. On my computer, boxplots added to a "fit y by x" oneway graph show up red. On a coworker's computer with a fresh install of JMP 13, boxplots added to a "fit y by x" oneway graph show up black.  For me to get black bo...

    lchamber78 lchamber78
    Discussions |
    May 27, 2022 1:24 AM
    5400 views | 7 replies
  • Double Spec limits

    Is there any option to add Spec limits twice? for single dimension..for ex., if any one dimension spec limit updated means the old comparion charts will be out-of-spec compared with new spec limits. i need to update it with both spec limits... any option is there without entering manualy using manage spec limits table.   the above chart i have updated manualy, but i need it for multiple dimensions...

    PoissonGemsbok1 PoissonGemsbok1
    Discussions |
    May 27, 2022 1:23 AM
    836 views | 2 replies
  • How do I save the content of the web source code as A UTF-8 HTML file?

    Hello! How do I save the content of the web source code as A UTF-8 HTML file?  

    lala lala
    Discussions |
    May 26, 2022 5:31 PM
    949 views | 2 replies
  • can i move the 5 number summary away from the top of my graphs?

    hello, i am making graphs with box plots and i want to display the 5 number summary on the graph.  the problem is that the 5 number summary always displays at the top of the graph, and it sometimes obscures the box plots, is there a way to change the location of the 5 number summary so it doesn't interfere with the graph???  

    LogitPorcupine1 LogitPorcupine1
    Discussions |
    May 24, 2022 6:49 AM
    1709 views | 4 replies

Latest Discussions

  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    482 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    624 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    779 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    554 views | 0 replies
  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    1978 views | 0 replies
view all discussions