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

  • How to denote letters to mark significant differences in a boxplot?

    Hi! I have JMP Pro 14. I´m creating several boxplots where I want to show the significant differences between categories with letters above the Q3 like in this graph:How can I put the letters a and b above the boxes? My plot is this one: Mi Graph Builder code is: Graph Builder( Size( 571, 448 ), Show Control Panel( 0 ), Show Legend( 0 ), Show Title( 0 ), Show Footer( 0 ), Variables( X( :Cat ...

    MagaSganga MagaSganga
    Discussions |
    Oct 1, 2022 3:23 AM
    4053 views | 1 replies
  • Conversion of AM/PM to 24 hrs format

    Hello JMP user,Can you please suggest how to convert the time AM/PM to 24 hrs format.In below table, column 1 is in "Character" Data Type and I want to convert it in 24hrs (h:m:s) format.  Regards,Chandan 

    chandankishor66 chandankishor66
    Discussions |
    Sep 30, 2022 1:59 PM
    2296 views | 2 replies
  • Making exact clone of a column

    HI JMP users, am looking for your help to make identical clone of a column through JMP scipt.I don't want to select the "Date" column to make a identical column instead script should be able to recognize "Date" column and make a clone column. Regards 

    chandankishor66 chandankishor66
    Discussions |
    Sep 30, 2022 1:21 PM
    1017 views | 2 replies
  • Lot Geneaology

    Anyone have tips for organizing lot genealogy in JMP?  For example, DP batches that contain many (different types and lots) of excipients.  And the excipients have COA values that we want to track.

    I'm assuming just multiple row entries for a DP lot on the left, working to more granular information in columns to the right.  Is this the best way to track and visualize?

    Kristen_C Kristen_C
    Discussions |
    Sep 30, 2022 12:54 PM
    1949 views | 5 replies
  • Table Update from Access Database do not work with jmp 16

    In our company there is an access database for rheology measurements. We can update rheology jmp tables from this database file (.mdb) by using jmp 14.3. Now we are using jmp 16.2 and the update script do not work anymore. Every time I have to open jmp 14 to update the tables. Current Data Table() << Update From Database( "DSN=Test;DBQ=filelink\filelink\file.mdb", "SELECT * FROM [file]" )

    Metin_Tueluemen Metin_Tueluemen
    Discussions |
    Sep 30, 2022 8:14 AM
    810 views | 1 replies

Latest Discussions

  • How to denote letters to mark significant differences in a boxplot?

    Hi! I have JMP Pro 14. I´m creating several boxplots where I want to show the significant differences between categories with letters above the Q3 like in this graph:How can I put the letters a and b above the boxes? My plot is this one: Mi Graph Builder code is: Graph Builder( Size( 571, 448 ), Show Control Panel( 0 ), Show Legend( 0 ), Show Title( 0 ), Show Footer( 0 ), Variables( X( :Cat ...

    MagaSganga MagaSganga
    Discussions |
    Oct 1, 2022 3:23 AM
    4053 views | 1 replies
  • Lot Geneaology

    Anyone have tips for organizing lot genealogy in JMP?  For example, DP batches that contain many (different types and lots) of excipients.  And the excipients have COA values that we want to track.

    I'm assuming just multiple row entries for a DP lot on the left, working to more granular information in columns to the right.  Is this the best way to track and visualize?

    Kristen_C Kristen_C
    Discussions |
    Sep 30, 2022 12:54 PM
    1949 views | 5 replies
  • Table Update from Access Database do not work with jmp 16

    In our company there is an access database for rheology measurements. We can update rheology jmp tables from this database file (.mdb) by using jmp 14.3. Now we are using jmp 16.2 and the update script do not work anymore. Every time I have to open jmp 14 to update the tables. Current Data Table() << Update From Database( "DSN=Test;DBQ=filelink\filelink\file.mdb", "SELECT * FROM [file]" )

    Metin_Tueluemen Metin_Tueluemen
    Discussions |
    Sep 30, 2022 8:14 AM
    810 views | 1 replies
  • How to stretch GB to fill all available space?

    Let's say I have a 3 column Line Up box with some display boxes, and then as a second row I have an Unlineup Box with a Graph Builder inside.Example can be seen by running this script:dt = New Table( "DEMO", Add Rows( 10 ), New Column( "Category", Character, "Nominal", Set Values( {"A", "A", "A", "A", "A", "B", "B", "B", "B", "B"} ) ), New Column( "X", Character, "Nominal", Set Val...

    miguello miguello
    Discussions |
    Sep 30, 2022 6:21 AM
    1848 views | 4 replies
  • How to have a mixture of mixtures design

    Hi, I am developing a cell culture medium based on 4 prototypes. These 4 prototypes are basically contain same components but at different level, Prototype 1 is lean, prototype 2 is rich in amino acid, prototype 3 is rich in vitamin and prototype 4 is rich in trace element. I will mixture different level of the 4 prototypes to have a new mixture media.I understand this is a mixture of mixtures des...

    loganshawn loganshawn
    Discussions |
    Sep 29, 2022 12:06 PM
    4609 views | 3 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    578 views | 0 replies
  • wrap: hide sub-titles?

    In GRaph Builder, "wrap" is a nice option to split a data set into small pieces and generate many sub-plots.
    But sometimes, the window is just filles with the "titles" of the sub-plots an there is no space left for the plots.
    Is there an option to hide the titles of the subplots?
    In the "wrap" context menu, there is an option to remove the "title" (here: "data"), but not the sub-titles.
    And in the red...

    hogi hogi
    Discussions |
    Sep 11, 2022 8:53 AM
    623 views | 0 replies
  • How to transform least square means from Turkey table after box cox transformation

    Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...

    Viniaze Viniaze
    Discussions |
    Aug 27, 2022 9:14 AM
    655 views | 0 replies
  • XGBoost Add-In for JMP Pro no test set result in model screening

    I'm using model screening and include XGBoost as a method. However the result from XGBoost are only shown in Train set and Validation set.Why the result of XGBoost for test set is not shown? 

    TasapornV TasapornV
    Discussions |
    Aug 25, 2022 12:45 AM
    719 views | 0 replies
  • JMP Pro, Dantzig selector: how do I improve computational time

     Hello JMP community members. Concerning the use of the Dantzig selector on big and sparse datasets.I wondered what features would be at disposal to tune the computational time.Right now it takes about 40 minutes to get a result back for a problem with 380 rows and 149 non-singular parameters. This makes me wonder about the options available to tweak the computation time. I was thinking about redu...

    Not_A_Student Not_A_Student
    Discussions |
    Aug 12, 2022 7:49 AM
    721 views | 0 replies
view all discussions