cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to understand variation and assess process behavior May 1.Register for Mastering JMP.
  • Follow us on LinkedIn to stay up to date on webinars, tips and tricks, product updates, and more.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Nested If statements

    Hi, I'm getting lost in implementing nested If statements in JSL: dt1:Run Validity << Set Formula( If( (:Sample Name == "NTC" & (:Target Name == "MIX 1 A" | :Target Name == "MIX 2 B" | :Target Name == "MIX 2 C" | :Target Name == "MIX 2 D" | :Target Name == "MIX 3 F" | :Target Name == "MIX 3 G" | :Target Name == "MIX 3 H" | :Target Name == "MIX 4 I" | :Target Name == "MIX 4 J")), If( (:CT == "U...

    Agustin Agustin
    Discussions |
    Jun 8, 2022 8:13 AM
    3750 views | 6 replies
  • Convert OLE date (in seconds) to DD.MM.YYYY HH:MM:SS (scripting)

    Hi JMP community,Today I have a special challenge:In JMP I have numeric entries (presumably OLE, German locale, in seconds). I know the corresponding correct values in EXCEL, e.g.JMP                      EXCEL43717,479872      09.09.2019 11:31:0143717,479902      09.09.2019 11:31:0443717,479884      09.09.2019 11:31:02Could you show me a JSL way how to convert these JMP entries (in seconds) into t...

    Newbie2Jumpie Newbie2Jumpie
    Discussions |
    Jun 8, 2022 5:26 AM
    8428 views | 8 replies
  • principal component formulae

    What is the relationship, if any, between the loadings of variables, with respect to a principal component, and the coefficients of the variables in the formulae for each principal component?  I would have expected the loadings to correspond to the coefficients, but this does not seem to be the case.

    kjwx109 kjwx109
    Discussions |
    Jun 8, 2022 5:10 AM
    2613 views | 3 replies
  • When does JMP round probability to 1 or 0?

    This may be posted somewhere but I can't find it. I have used various distribution functions to determine the probability of a given number in a distribution for many different applications. Sometimes the value is so far off the distribution that the functions return 0 or 1. I was wondering what is the limit where JMP stops and rounds to 0 or 1. That way I can present it as a probability less than...

    shaunhunter shaunhunter
    Discussions |
    Jun 7, 2022 6:11 PM
    1141 views | 1 replies
  • Possible to rename all columns in a table from a list?

    Hi.  I'm wondering if there's a way to rename all columns in a table from a list without using a For loop.  I have tables with ~10k columns and using a For loop takes a lot longer than I'd like.   Details:JMP Pro 16.2.0Mac OS Big Sur 11.6.6 I've looked into the Recode Column Names... feature (Cols > Column Names > Recode Column Names...).  In the dialog that appears, I can then select the red down...

    nikles nikles
    Discussions |
    Jun 7, 2022 1:19 PM
    2431 views | 3 replies

Latest Discussions

  • When does JMP round probability to 1 or 0?

    This may be posted somewhere but I can't find it. I have used various distribution functions to determine the probability of a given number in a distribution for many different applications. Sometimes the value is so far off the distribution that the functions return 0 or 1. I was wondering what is the limit where JMP stops and rounds to 0 or 1. That way I can present it as a probability less than...

    shaunhunter shaunhunter
    Discussions |
    Jun 7, 2022 6:11 PM
    1141 views | 1 replies
  • DOE outcome

    How do I analyze this question? I have DOE outcome but I have no idea what JMP information need to attach for this question.
    Please give some comment if anyone know about this.
    Thanks

    Maxrrard Maxrrard
    Discussions |
    Jun 7, 2022 7:06 AM
    2180 views | 4 replies
  • Cullen and Frey Graph

    Dear all,   would anyone of you know how to make the graph as in object?   Thanks you very much   Giuseppe

    GiuseppeC GiuseppeC
    Discussions |
    Jun 7, 2022 5:46 AM
    2981 views | 2 replies
  • How to ignore empty values in discrete choice experiment

    Hello everyone, I am creating a discrete choice model in JMP. I wrote all the survey answers to the input data. Also, I want to construct subject effects to see how demographical things affect the main attributes. However, there are some null values in demographical data. I want my model to ignore these null values while calculating the result instead of considering them as a category. Is it possi...

    confusedbird35 confusedbird35
    Discussions |
    Jun 7, 2022 5:41 AM
    1066 views | 1 replies
  • Facing issue in accessing views in jmp tool

    I had connected jmp tool with database. Connection with database is successful and i am able to access tables inside jmp. But when i am trying to access views in jmp tool then i am getting error like "prepare statement need to be re-prepared". Could you please tell me the solution for this issue? In my phpmyadmin i am able to access views correctly. There is might be some issue in jmp tool. 

    RajveerSingh RajveerSingh
    Discussions |
    Jun 7, 2022 5:35 AM
    1666 views | 1 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
    803 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
    1018 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
    1222 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
    898 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
    3270 views | 0 replies
view all discussions