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

  • 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
    2734 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
    18747 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
    2871 views | 4 replies
  • Multiple File Import fails quietly when reading file from folder protected by Privacy settings

    Starting with Catalina, Mac OS provides support for Privacy controls on certain folders.  If, for example, a script tries to read a file on the Desktop with Multiple File Import, you'll get a popup saying that JMP Pro 16.app would like to access files in your Desktop folder.  If you select OK, everything works fine.  But if you select Don't Allow, the MFI instruction will fail without a runtime er...

    SteveTerry SteveTerry
    Discussions |
    Jun 3, 2022 12:53 PM
    1927 views | 3 replies
  • How to analyze reliability results from multiple systems

    I would like to analyze reliability growth from multiple systems over time.  The product was introduced in January, a total of 85 systems will be produced.  I plan to collect failure data from each system.  How do I predict MTBF?  I noticed the Reliability Growth platform in JMP models the change in reliability of a single repairable system over time as improvements are incorporated into its desig...

    rat rat
    Discussions |
    Jun 3, 2022 12:51 PM
    1164 views | 1 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
    2550 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
    1078 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
    6733 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
    1227 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
    1314 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
    638 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
    797 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
    1015 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
    713 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
    2554 views | 0 replies
view all discussions