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

  • JSL how to launch JMP platforms with pre-defined selections/options?

    Is there any "good" options for running JMP platforms with prefilled options, such as column selections. Below are two options that came to my mind.  First option is "building" the platform window and then selecting columns from table and pressing button to add those columns. Second option is first running the platform with JSL script and then << Relaunch Analysis to open the window "prefilled". N...

    jthi jthi
    Discussions |
    Sep 14, 2022 6:39 AM
    1343 views | 2 replies
  • DOE, balanced custom design

    hello community , I'm trying to make a balanced DOE design on 2 factors : A at 3 levels and B at 31 levels. I want my facto B to be replicated  ~ 1.41  times ( the 31 levels of my factor B  are tested on each level of facot A and 13 of them are tested twice for each level of factor A).I want the DOE platform to design me an experiment were I have the same number of run for each level of my factor ...

    johanna_younous johanna_younous
    Discussions |
    Sep 14, 2022 6:16 AM
    3152 views | 8 replies
  • Can I sort the X axis by wait time while keeping the axis display as it is ?

    Hi, I have collected some measurement data on several unit IDs but instead of sorting it by unit ID (like the chart below), I would like to sort it by the wait time while keeping the unit IDs in the X axis display as it is. Is there a way to do so in JMP ?   Regards,CD

    XiangCD_MP_User XiangCD_MP_User
    Discussions |
    Sep 14, 2022 3:50 AM
    1348 views | 2 replies
  • How copy/past factors from excel in design of experiments

    Good morning everyone, As novice in JMP, i am looking for a way to copy/past a long list of factors from excel in Jump, optimal design, without having to manually write one by one. Is there a solution in Jump, or maybe with VBA or Python ?I put a screenshot in attachment if it's not clear.Version of JMP : 16.1.0Thanks

    Padmé Padmé
    Discussions |
    Sep 14, 2022 1:47 AM
    2347 views | 2 replies
  • how to change a series of numbers into time format

    Hello!  Can anybody help changing a series of numbers into time format [hh:mm:ss] here. Originally, the data type is character. So, I've tried changing the data type from character to numeric to set format as [hh:mm:ss] but I failed...I have no idea what to do now. What I'd like to see as a result is, taking an example of 000003, 00:00:03..It should not be that difficult, but I can't find a way......

    SuperBigRabbit SuperBigRabbit
    Discussions |
    Sep 13, 2022 10:45 PM
    1720 views | 3 replies

Latest Discussions

  • Is Missing command- Scrippting

    In this example, ;"Sum of A+B+C" calculates sum of :A + :B + :C in each row with this formula: If( Is Missing( :A ), 0, :A ) + If( Is Missing( :B ), 0, :B ) + If( Is Missing( :C ), 0, :C )If I change the specific column names to with column number, the script is not working anymore and generates an error If( Is Missing( Column( 1 ) ), 0, Column( 1 ) ) + If( Is Missing( Column( 2 ) ), 0, Column( 2 ...

    GroupSquareWolf GroupSquareWolf
    Discussions |
    Sep 13, 2022 7:54 PM
    1539 views | 4 replies
  • Delete columns with for loop

    Hi, I create a for loop script to delete empty column (column contains only N/A).It works ok except on one file, one column get deleted when it's not suppose to.Not sure what's wrong for (i= ncols (dt[d]),i>=1,i--, summarize(data table(dt[d]),temp = by(column(i))); if(nitems(temp) ==1 & temp[1]=="N/A", data table(dt[d])<< delete columns(column(i)); ); );

    yanee yanee
    Discussions |
    Sep 13, 2022 11:59 AM
    1305 views | 1 replies
  • dynamic Y variable for oneway analysis

    Hi everybody, I am trying to script a dynamic Y variable for oneway analysis, then output the mean into a combined table. Is this a correct way to do so ?dt = Data Table ("Analysis"); ColNamesList = d1 << get column names (string ); For( i = N Items( ColNamesList ), i >= 1, i--, OW = (dt << Oneway( Y( Column(ColNamesList) ), X(:SITE), Mean ( 1 ), Automatic Recalc( 0 ) )) << Report; )...

    XiangCD_MP_User XiangCD_MP_User
    Discussions |
    Sep 13, 2022 11:23 AM
    1825 views | 4 replies
  • 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
    580 views | 0 replies
  • I did DOE for nanoparticle synthesis to estimate size, what do I put if no synthesis occurred? / Hice DOE para síntesis de NPs, ¿Qué pongo si no ocurrió síntesis?

    I elaborated a 2^4 factorial design, in some conditions NPs were not formed and I have doubts about how to put this information: with 9 or eliminate the data./Elabore un diseño factorial 2^4 y en algunas condiciones no existió la formación de NPs y tengo duda de como poner esta información en JMP si con 0 o eliminar las condiciones.

    OlyUASLP OlyUASLP
    Discussions |
    Sep 13, 2022 1:49 AM
    989 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
    580 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
    657 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
    721 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
    723 views | 0 replies
view all discussions