cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Fit Model and Custom Estimates

    Hi!I am using JMP 16 and trying to use Fit Model -> Custom Estimates and I followed this JMP help page https://www.jmp.com/support/help/en/16.2/#page/jmp/custom-test.shtml#ww1531879 However, I don't understand why one of the comparisons is not shown, the example aims at comparing:"Suppose that you want to test three contrasts. You want to compare the mean responses for the following:•treatment A t...

    MSoares MSoares
    Discussions |
    Jun 6, 2022 9:15 AM
    2695 views | 7 replies
  • Fit two-level screening doesn't give the same result when replicated. Why?

    Hello, I noticed something odd recently when running the "fit two-level screening" analysis in JMP under the DOE:Classical:Two-level Screening menu. With the exact same data table, the analysis does not give the exact same results (see below for three examples). While the A-B-C contrasts themselves are the same each time, the Null contrasts are not. So the half normal quantiles look different. Doe...

    baleman baleman
    Discussions |
    Jun 5, 2022 1:22 PM
    1029 views | 1 replies
  • How can I use a lag function applied by groups?

    I have data where I'd like to compute the lag from one row to the next (it is a time series), but I have data for many groups.  I want the lag created within each group separately.  For many statistical functions (e.g., Col Mean) there is the option to add one or more By Group variables.  There does not appear to be the same functionality for the Lag or Dif functions and I can't find anything in t...

    dale_lehman dale_lehman
    Discussions |
    Jun 5, 2022 8:07 AM
    2694 views | 3 replies
  • How to create a bland-altman plot in JMP

    Do I have to calculate the mean and diff by myself? Thanks.

    Discussions |
    Jun 4, 2022 10:49 AM
    18709 views | 2 replies
  • Associative Array from variables

    Can somebody help me with a correct syntax  to create Associative Array from variables?Now I have this: a = {"a1", "a2", "a3"}; b = {"b1", "b2", "b3"}; AB = [ "AA" => a, "BB" => b ]; AB["AA"];It returns: /*: aI want it to return:/*: {"a1", "a2", "a3"}I tried different combinations of Eval List(), Eval Expr(), Expr() and Eval(), but no luck. Thanks!   

    miguello miguello
    Discussions |
    Jun 3, 2022 5:59 PM
    2824 views | 4 replies

Latest Discussions

  • Gardner-Altman Graph

    Dear all,   would anyone of you know how to make the graph as in object?
    On the internet I searched and found that it can be done with R (I attach photos), but it is a graph that could be improved, for example by adding a box-plot and a half-violin plot that would give more information in addition to the dot plot. The result is an excellent inferential tool.
    Thanks you very much.   Giuseppe

    GiuseppeC GiuseppeC
    Discussions |
    May 31, 2022 1:29 AM
    2525 views | 4 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
    1059 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
    6673 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
    1206 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
    1295 views | 2 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
    631 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
    778 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
    999 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
    701 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
    2521 views | 0 replies
view all discussions