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

  • manual grouping - extended version?

    The function Rows / Row Selection / Name Selection in Colum is very useful. You can specify a label for the selected and the unselected rows. The best feature of the function
    You can leave an entry empty - then you can write again and again into the same column and collect infos, like grades for studens in the first example.If you changed your mind, you can also over-ride previous entires. So, the...

    hogi hogi
    Discussions |
    Sep 26, 2022 11:26 PM
    2482 views | 7 replies
  • Statistical test for algorithm comparison - JMP Pro

    Hello,
    I want to test the efficiency of two different algorithms.I have two random samples from the same population. On one sample, I run Algorithm X; on another sample, I run Algorithm Y. There are 30 records in each. The variable type is continuous.Which statistics test I can do to find out the best algorithm and what parameters I should be comparing? Kindly let me know if more details are needed...

    NickShaw NickShaw
    Discussions |
    Sep 26, 2022 8:52 PM
    1920 views | 3 replies
  • merging values from 2 columns into one (mixed numeric and character values)

    Hi I have 2 columns, one containing numeric values, and one containing strings.I want to create a third column that takes the numeric value if the string value is 'parametric', and the string value if it's not. I tried this, but I'm getting an error "Column TEST_RESULT requires numeric values", although it's defined as Character type column.I'm using JMP15 if it matters. col_test_result =dt <<new ...

    shlomi_bakish shlomi_bakish
    Discussions |
    Sep 26, 2022 6:13 PM
    4786 views | 12 replies
  • Can you construct this without writing expression as a string?

    I dislike constructing jsl expressions as strings, it makes them hard to troubleshoot and checking for syntax errors is a multistep process. This example solution for @A_Zaid's Plotting conditionally post has me struggling though.  Is it possible to construct this graph builder function without writing the string and parsing it as text? I'm stuck when trying to construct the 'expression' of Y argu...

    ih ih
    Discussions |
    Sep 26, 2022 2:32 PM
    5554 views | 7 replies
  • Mixture Design with Linear Constraints

    I'm trying to set up a mixture design with 6 factors for a formulation. The first 5 factors should add up to exactly 0.5, and the 6th factor is a "dummy" factor that should always be 0.5. When I try to set this up in JMP I am unable to get it to generate a design with these constraints. I am trying to enforce these constraints by having both:1 * X1 + 1 * X2 + 1 * X3 + 1 * X4 + 1 * X5 + 0 * X6 ≤ 0....

    NG NG
    Discussions |
    Sep 26, 2022 12:17 PM
    3501 views | 3 replies

Latest Discussions

  • manual grouping - extended version?

    The function Rows / Row Selection / Name Selection in Colum is very useful. You can specify a label for the selected and the unselected rows. The best feature of the function
    You can leave an entry empty - then you can write again and again into the same column and collect infos, like grades for studens in the first example.If you changed your mind, you can also over-ride previous entires. So, the...

    hogi hogi
    Discussions |
    Sep 26, 2022 11:26 PM
    2482 views | 7 replies
  • merging values from 2 columns into one (mixed numeric and character values)

    Hi I have 2 columns, one containing numeric values, and one containing strings.I want to create a third column that takes the numeric value if the string value is 'parametric', and the string value if it's not. I tried this, but I'm getting an error "Column TEST_RESULT requires numeric values", although it's defined as Character type column.I'm using JMP15 if it matters. col_test_result =dt <<new ...

    shlomi_bakish shlomi_bakish
    Discussions |
    Sep 26, 2022 6:13 PM
    4786 views | 12 replies
  • R interface in JMP

    Hello, I wrote a code in R that I want to run into JMP. Here is the code : R init(); //send data to R R Send(dt); R submit(" library(spatstat) #creation fenetre fenn<-owin(xrange=c(40,760), yrange=c(40,160), poly=NULL, mask=NULL, units=NULL) ppp<-ppp(x=dt$XM,y=dt$YM,window=fenn) print(quadratcount(ppp,nx=6,ny=3) Q<-quadrat.test.ppp(ppp,nx=6,ny=3) a<-cdf.test(ppp,'x') D=0 if(a[[2]] & Q[[3]] < 0...

    CheeseProgram CheeseProgram
    Discussions |
    Sep 26, 2022 11:30 AM
    4300 views | 10 replies
  • Plenary talks from JMP Discovery 2022

    Hello JMP Community - I am looking for a link to the recordings of the JMP Plenary from Tue and Wed 20 and 21 Sep 2022 - I can't seem to find on the Discovery Americas 2022 community page. Excellent conference so far! Great job Steering committee and JMP Staff. 

    pattidimcneill pattidimcneill
    Discussions |
    Sep 23, 2022 12:34 PM
    1468 views | 3 replies
  • how to select only those samples that meet two or more criteria

    i want to create a new column using Day1_Orig values wherein there are both Day1_Orig and Day1_Repeat values for the same SUBJID. So for instance, lines 113 and 114 have same SUBJID, so the new column would record the value of the Day1_Orig value in line 113 (834), but as there is no corresponding Day1_Repeat value for line 107 (641), this Day1_Orig value would not be included in the new column.

    dhagman dhagman
    Discussions |
    Sep 23, 2022 10:41 AM
    1963 views | 5 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