cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • JMP Addin Enable/Disable - JSL code to do this?

    Is there any JSL code/command that can toggle a JMP Addin to Enable/Disable? 
    (note: I do not mean Register/Unregister in this case)

    This enabling/disabling can be done manually in View > Add-ins with the Enable checkbox, but I need JSL code to control this in my application.  I also looked into loading the "addinRegistry.xml" as a text file and replacing the last string of "autoLoad="false"" with n...

    djhanson djhanson
    Discussions |
    May 10, 2022 8:37 AM
    1557 views | 2 replies
  • Column switcher in JMP 16

    Hi, I'm following the video linked here about the column switcher function in JMP, but I don't see that option in my JMP... I have JMP 16 installed, and I only have the Save Script option, I don't see a menu for just Script.  

    Is there something I'm missing?  Thanks.

    ericx ericx
    Discussions |
    May 10, 2022 8:24 AM
    2506 views | 4 replies
  • losses of information in a graph box saved in journal

    Hello, My english may not be clear I apologise in advance if it's the case.I try to create a graph in a graph box that I want to save in a journal.To create lines in my graph, I have to put coordintates in a variable because this may be changing depending on some parameters in my data.Everything is running fine until I save the journal. But when I re-open this journal from an other jmp session or ...

    johanna_younous johanna_younous
    Discussions |
    May 10, 2022 7:57 AM
    1173 views | 2 replies
  • Simulate non-pro jmp with a jmp pro installation

    Apologies if this is a duplicated question as I am new here. I searched for an answer but cannot find it. I am a statistical consultant who typically does not use JMP for my own work; I use R and occasionally SAS. I have a JMP Pro installation from my employer to use if clients ask me to help them with JMP. However, many of these clients do not have JMP Pro themselves. So sometimes it can be diffi...

    qdread qdread
    Discussions |
    May 10, 2022 7:26 AM
    2182 views | 6 replies
  • DOE Screening

    I have a 5 Factor Placket Burman Screeening DOE. After the runs, it turned out that 2 of the runs are absolutely not good for the design and therefore should be removed before analysis. I do have results for the rest of the other runs. Could you help me with how to change my already generated design table so that I can get a correct analysis in the statistical analysis. Do I just click the undesir...

    Incr_ch22 Incr_ch22
    Discussions |
    May 9, 2022 9:04 AM
    2155 views | 5 replies

Latest Discussions

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
    628 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
    772 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
    995 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
    2513 views | 0 replies
view all discussions