cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to catch formula error

    I would catch errors when a formula contains missing column. In the following example, a table contains 2 columns. Adding a new column that uses a non existing column, the result is missing result (correctly) and an error that block my script that I am not able to catch because try statement doesn't work. Is there a workaround for this?dt= New Table( "Test", Add Rows( 1 ), New Column( "A", Num...

    antonio-domenic antonio-domenic
    Discussions |
    Aug 29, 2022 7:41 AM
    3073 views | 4 replies
  • turkey HSD test from DOE

    Hi,I am currently working on 2^3 design of experiment. After Anova, when I am going further for turkey HSD test for each level of factor interaction,the test is not giving me level interaction properly. double level interaction it is giving. eg. Price (low, high) Quality(ok,good). turkey HSD should give price (low).quality(ok) results. But it is giving price(low,high) quality(ok,good) results. whi...

    VibhaG VibhaG
    Discussions |
    Aug 26, 2022 6:13 AM
    1792 views | 1 replies
  • for loop stopping

    I'm stumped at the moment on an issue with a FOR loop.  (using JMP16)   // open a window mywindow = New Window(" xyz ", .....etc.); // create journal myjrn = mywindow << journal window;  For( i = 1, i <= 100, i++,   // do a lot of lines of lines requiring about 5' run time. // periodically journal objects. Close All( data tables, no save ) );  // end to for loop // SAVE the journal: myjrn <...

    johnm johnm
    Discussions |
    Aug 25, 2022 8:45 AM
    1855 views | 4 replies
  • Design of experiment not giving 3rd interaction in JMP

    Hi,I am currently working on 2^3 design of experiment.I have run the model which is giving nice output for main effects and interactions but not for 3rd degree ineraction.I tried various ways to add 3rd degree interaction in my model( in model window,in Evaluate design window as well as in output).But the model is not giving me interaction effect for 3rd degree which is actaully important for me. ...

    VibhaG VibhaG
    Discussions |
    Aug 25, 2022 3:55 AM
    1663 views | 2 replies
  • How to get names of the selected columns in string format

    In my script I use the following to get the list of all columns in a string format:columnNames = dt << Get Column Names( string );I need that so I could iterate through them using "For Each" loop:For Each( {columnName, index}, columnNames, Column( dt, columnName ) << Set Name( columnName ||"SomethingHere" ) );Now I need to only get selected columns and run the same loop on them.I know only one way...

    miguello miguello
    Discussions |
    Aug 18, 2022 8:27 AM
    4580 views | 5 replies

Latest Discussions

  • turkey HSD test from DOE

    Hi,I am currently working on 2^3 design of experiment. After Anova, when I am going further for turkey HSD test for each level of factor interaction,the test is not giving me level interaction properly. double level interaction it is giving. eg. Price (low, high) Quality(ok,good). turkey HSD should give price (low).quality(ok) results. But it is giving price(low,high) quality(ok,good) results. whi...

    VibhaG VibhaG
    Discussions |
    Aug 26, 2022 6:13 AM
    1792 views | 1 replies
  • for loop stopping

    I'm stumped at the moment on an issue with a FOR loop.  (using JMP16)   // open a window mywindow = New Window(" xyz ", .....etc.); // create journal myjrn = mywindow << journal window;  For( i = 1, i <= 100, i++,   // do a lot of lines of lines requiring about 5' run time. // periodically journal objects. Close All( data tables, no save ) );  // end to for loop // SAVE the journal: myjrn <...

    johnm johnm
    Discussions |
    Aug 25, 2022 8:45 AM
    1855 views | 4 replies
  • How to encode JSL to decrypt AES encrypted text with a known Key and IV?

    Hello!Does JSL have modules for text encryption and decryption?Thanks! AHKString(AlgId, Mode := "", String := "", Key := "", IV := "", Encoding := "utf-8", Output := "BASE64")

    lala lala
    Discussions |
    Aug 11, 2022 7:07 AM
    1204 views | 1 replies
  • How to add a .html file to a picture box?

    Hi,Here is roughly what I'm trying to do:ob = Outline Box( "OB", hlb1 = H List Box() ); hlb2 = H List Box(); hlb2 << append( Picture Box( Open( FilePath , html )));I understand that Picture Box doesn't support .html, but is there anyway to get this to work?Is it possible to convert .html to .png within JMP script?

    david707 david707
    Discussions |
    Aug 9, 2022 8:13 AM
    1128 views | 1 replies
  • Which design is most appropriate

    Dear all,
    I want to perform a DoE in order to optimize the yield of my extraction. I have 7 continuous factors and 1 discrete factor. My idea is to start with a screening design, choose the most important factors, and then continue with the response surface.
    I do not know what is the most appropriate way to do the experiment ? which kind of screening design and which kind of response surface are sui...

    ELH ELH
    Discussions |
    Aug 6, 2022 4:20 AM
    4572 views | 9 replies

Latest Discussions

  • DoE with two-choice experiments, continuous response variable

    We want to rank the preference  of population of animals for n different recipes. Recipes are tested in two-choice assays, where groups of over 100 individuals can choose one choice or the other. Preference for the group is computed as a preference index, a continuous variable that is between -1 and 1. Is there an experimental design that would help reduce the number of combinations to test in ord...

    Alexa_Guigue Alexa_Guigue
    Discussions |
    Nov 19, 2021 7:06 AM
    865 views | 0 replies
  • 请问JMP有哪些模型可以用于预测股票价格的未来走势?

    这是个异想天开的问题: 大家都说股票价格的未来走势预测是艺术、不是科学。
    但我还是想看看JMP具体哪里模型能用于这方面。  我尝试过使用决策树、随机森林、xgboost。
    还使用了DOE制作了均匀试验表来进行分类统计。
    虽然这不是一个很好的问题、但还是非常期待专家们的回答。非常感谢!

    lala lala
    Discussions |
    Aug 2, 2021 1:01 AM
    837 views | 0 replies
  • Sub-sampling data analysis in JMP

    In Biology (Plant Sci. and Agriculture) usually we have sub-sampling data for replicates. It's very difficult to analyze these data in commonly use Stat S/W (SPSS/Minitab) because MSS(Error) is calculating wrongly.  Without taking averages of samsamples, the easiest S/W for this is using JMP and I need some assistance for this. I've found very useful Youtube video about subsampling in JMP  (CRD: S...

    Kynda Kynda
    Discussions |
    Nov 15, 2017 2:32 PM
    3921 views | 0 replies
view all discussions