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 save multiple Fit Y by X Graphs as JPEG pics

    Hi All
    I am pretty new for the Jmp scripts and I need your help :).
    I got my script that allow me to plot multiple graphs, now I have to share them as JPEG. One JPEG for each graph I have, the "Fit Each Value" table is not needed. The structure of the script is like:

    Fit Group(
                  Bivariate(
                           Y( :Name( "name_01" ) ),                       ....
                           ),  ...

    Miof Miof
    Discussions |
    May 13, 2022 6:35 PM
    998 views | 1 replies
  • How script save picture of each graph with CpK report that contains many graphs

    Report( pc ) << save picture( "C:\Users\cschleigh\Desktop\EOM OQC 5-9-22\JMP\Output Images\test.jpg" );Hi,JMP15, I would like to <<save picture for each graphs from a Process Capability report with multiple Process Variables, one .jpg per graph. PC = Process Capability(
    Process Variables(
    :Name( "BS-Blue FWHM, Median (Pixels)" ),
    :Name( "BS-Green FWHM, Median (Pixels)" ),
    :Name( "BS-Blue uDOF (nm)" )...

    Chris21740 Chris21740
    Discussions |
    May 13, 2022 3:46 PM
    722 views | 1 replies
  • Change color and underline contents of a string col box or table box.

    Hi, I posted a similar version of the code below last week, and now I'm trying to update the values in the string col box() / table box() to be blue and underlined so they appear to be hyperlinks. The table box << text color() command was not working for me, but the string col box << text color() works. Is there a way to do this so the header of the column, "names" in the example below, does not c...

    mikedriscoll mikedriscoll
    Discussions |
    May 13, 2022 10:02 AM
    2566 views | 9 replies
  • Put in a list values of a table with condition

    I have this table :dut  |  values0  | 16381  | 618 2  | 4863  | 94180  | 6541  | 791 2  | 13983  | 4836... And I want put in a list, all values where the dut is 0, so have this : list = { 1638, 654 }What syntax used ?

    OrderedColt522 OrderedColt522
    Discussions |
    May 13, 2022 8:12 AM
    798 views | 2 replies
  • Confounded data identification

    Dear JMP Professionals, I have a question regarding confounded data for RSM DoE. If I have a 4 factor optimization DoE with RSM, how can I identify, which factor effects are confounded with other effects. I know about the confounding matrix, buth How do I identify it when I have my final dataset collected an I analyze the data.Thanks a lot for your help!! Best Simon

    SimonFuchs SimonFuchs
    Discussions |
    May 13, 2022 7:00 AM
    1130 views | 2 replies

Latest Discussions

  • How script save picture of each graph with CpK report that contains many graphs

    Report( pc ) << save picture( "C:\Users\cschleigh\Desktop\EOM OQC 5-9-22\JMP\Output Images\test.jpg" );Hi,JMP15, I would like to <<save picture for each graphs from a Process Capability report with multiple Process Variables, one .jpg per graph. PC = Process Capability(
    Process Variables(
    :Name( "BS-Blue FWHM, Median (Pixels)" ),
    :Name( "BS-Green FWHM, Median (Pixels)" ),
    :Name( "BS-Blue uDOF (nm)" )...

    Chris21740 Chris21740
    Discussions |
    May 13, 2022 3:46 PM
    722 views | 1 replies
  • Confounded data identification

    Dear JMP Professionals, I have a question regarding confounded data for RSM DoE. If I have a 4 factor optimization DoE with RSM, how can I identify, which factor effects are confounded with other effects. I know about the confounding matrix, buth How do I identify it when I have my final dataset collected an I analyze the data.Thanks a lot for your help!! Best Simon

    SimonFuchs SimonFuchs
    Discussions |
    May 13, 2022 7:00 AM
    1130 views | 2 replies
  • Time series correlation dynamic issue

    Hi JMP Community, I try to find a solution to evaluate the relation between two time series  not only as whole but also its dynamic within or along with specific time periods (see picture bellow).  Thank you for any idea/solution!  

    bgalusca bgalusca
    Discussions |
    May 12, 2022 8:10 AM
    902 views | 4 replies
  • How to perform equivalence test for the slope of fit line?

    Hello,I am performing validation the analytical procedure and checking the accuracy. Recommendation from USP<1225> is to built the regression line of observed concentration of tested substance vs expected concentration and have the confidence interval for the slope be contained in predefined interval around 1. This is sort of equivalence test (TOST). But I can only get estimate for the slope and s...

    ovirchenko ovirchenko
    Discussions |
    May 12, 2022 7:37 AM
    759 views | 1 replies
  • Unable To Install The Software On Windows 10

    Friends, good afternoon. I hope you are doing well. I'm posting this today in response to a request. When I try to install " JMP" on my Windows 10 PC, I get an error notice that says "error opening file for writing." Even when I put in my best effort to install it, the problem persists. Is there anyone who can assist me in resolving this issue? Any suggestions would be greatly appreciated.

    Nicolasrules Nicolasrules
    Discussions |
    May 11, 2022 10:42 PM
    1620 views | 3 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