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 join two tables on datatime columns that match within 1 minute

    Hello All, I have two data tables that I am trying to join. They both contain a datetime column that I would like to use to match up the rows. The problem is the datetimes can be off by at most 1 minute due to some inconsistencies in how table B is rounding its values. For example, on table A the datetime might be 2022-10-03 22:13:47 and on table B it will round down to 2022-10-03 22:13:00, but fo...

    jbakri jbakri
    Discussions |
    Oct 10, 2022 6:13 AM
    1775 views | 2 replies
  • Equivalence Testing in JMP

    Does anyone know how to change the equivalence test graph from the new style (Confidence Interval) to the old style (distribution curves)? 

    lklein8 lklein8
    Discussions |
    Oct 10, 2022 1:33 AM
    966 views | 1 replies
  • How to calculate the median for a group of data

    Hello everybody,
    I have test groups A and B, 4 different items, Param2 (being the maximum of Param1 values) saved in the first cell of corresponding item. The values of Param2 are sometimes provided per hand. Now I would like to calculate the median of Param2 for each test group and save it again
    in the first cell where each test group starts, like in the table below. I would appreciate for hints ho...

    lukasz lukasz
    Discussions |
    Oct 10, 2022 1:00 AM
    2271 views | 2 replies
  • How can use a script to match data directly from a matrix?

    For example: Get the memory matrix ar with the following script.
    How do match data directly from a matrix with a script?
    Achieve something like this:dt<<Update(With(d2),Match Columns(age=age));Thanks!

    lala lala
    Discussions |
    Oct 9, 2022 9:59 PM
    906 views | 1 replies
  • Insert Into()

    Hi, I have a number of lists, of varying length, and I'd like to combine all the items in the lists into one list. For example:  list1 = {"a", "b", "c"}; list2 = {"d", "e"};
    list3 = {"f", "g", "h", "i"};
    .... the number of lists ranges from 7 to 10.
     Want to create list = {"a", "b", "c", "d", "e"}; I have been creating the final list Insert Into(list1, list2); Insert Into(list1, list3); .... and so o...

    derchieh derchieh
    Discussions |
    Oct 9, 2022 6:53 PM
    1650 views | 1 replies

Latest Discussions

  • How to join two tables on datatime columns that match within 1 minute

    Hello All, I have two data tables that I am trying to join. They both contain a datetime column that I would like to use to match up the rows. The problem is the datetimes can be off by at most 1 minute due to some inconsistencies in how table B is rounding its values. For example, on table A the datetime might be 2022-10-03 22:13:47 and on table B it will round down to 2022-10-03 22:13:00, but fo...

    jbakri jbakri
    Discussions |
    Oct 10, 2022 6:13 AM
    1775 views | 2 replies
  • Equivalence Testing in JMP

    Does anyone know how to change the equivalence test graph from the new style (Confidence Interval) to the old style (distribution curves)? 

    lklein8 lklein8
    Discussions |
    Oct 10, 2022 1:33 AM
    966 views | 1 replies
  • How can use a script to match data directly from a matrix?

    For example: Get the memory matrix ar with the following script.
    How do match data directly from a matrix with a script?
    Achieve something like this:dt<<Update(With(d2),Match Columns(age=age));Thanks!

    lala lala
    Discussions |
    Oct 9, 2022 9:59 PM
    906 views | 1 replies
  • Insert Into()

    Hi, I have a number of lists, of varying length, and I'd like to combine all the items in the lists into one list. For example:  list1 = {"a", "b", "c"}; list2 = {"d", "e"};
    list3 = {"f", "g", "h", "i"};
    .... the number of lists ranges from 7 to 10.
     Want to create list = {"a", "b", "c", "d", "e"}; I have been creating the final list Insert Into(list1, list2); Insert Into(list1, list3); .... and so o...

    derchieh derchieh
    Discussions |
    Oct 9, 2022 6:53 PM
    1650 views | 1 replies
  • Question on nominal logistic regression output

    This is probably a simple question but I am new and learning so please work with me! I have run a nominal logistic regression in JMP pro. My data was binary resprout (y=1 / no=0) and 3 tree types (A, B, C). I am now looking at the output and wondering what is necessary to confirm that the relationship between tree type and resprouting is significant. Is it the "Whole model test," the "Parameter es...

    Braydon12 Braydon12
    Discussions |
    Oct 8, 2022 4:23 AM
    1116 views | 1 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
    654 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