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

  • Prediction Profiler Response Limit Constraints

    Hello I have fitted separately response surfaces for 4 responses using 16 factors. I have one response to maximize (response 1) and three other responses that i want to use as constraints  which have upper limits. By using the profiler i want to maximize the response 1. But when response 1 is maximized, response 2,3 and 4 should not exceed a certain value. I adjusted the response limit for these r...

    Hazal Hazal
    Discussions |
    Mar 16, 2023 9:18 AM
    1657 views | 2 replies
  • JSL to generate box plot and save picture

    In "44322.jmp" has 28 FAI#, I want to change the script to save 28 pictures like "44322 - Graph Builder.jpg". I know the following ":FAI_1.1&:FAI_1.2&:FAI_1.3" need change, but don't know to change to what. Variables( X( :FAI_1.1, Combine( "Parallel Merged" ) ), X( :FAI_1.2, Position( 1 ), Combine( "Parallel Merged" ) ), X( :FAI_1.3, Position( 1 ), Combine( "Parallel Merged" ) ), Group X( Phas...

    Chris_Liu Chris_Liu
    Discussions |
    Mar 16, 2023 6:18 AM
    1996 views | 3 replies
  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    695 views | 0 replies
  • How do I group my data into categories?

    Hello, I want to group responses into low, mid, and high antibody levels based on cut-offs. I know I can recode the column to do this one by one, but is there a way to do it faster since I have 125 samples?

    HotellingWombat HotellingWombat
    Discussions |
    Mar 16, 2023 5:11 AM
    946 views | 1 replies
  • Mixture profiler not working

    I generated a mixture design DOE with three ingredients and 2 responses. With the responses, I made a fit model, where I used the macro "mixture surface response" and everything else as default. I saved the formulas in a new column, and I'm trying to look at a mixture profiler to see which portion of the space gives me the desired values for both responses. But nothing appears in the window, I jus...

    bobmorrane bobmorrane
    Discussions |
    Mar 16, 2023 2:41 AM
    1738 views | 4 replies

Latest Discussions

  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    695 views | 0 replies
  • How do I group my data into categories?

    Hello, I want to group responses into low, mid, and high antibody levels based on cut-offs. I know I can recode the column to do this one by one, but is there a way to do it faster since I have 125 samples?

    HotellingWombat HotellingWombat
    Discussions |
    Mar 16, 2023 5:11 AM
    946 views | 1 replies
  • Set Default Color of GraphBuilderGroupBox

    How to Set Default Color of GraphBuilderGroupBox ?  I dont see any options for this box default color in preferences.  I want to default to white.  Ive shown green in the photo   

    jeffsecor jeffsecor
    Discussions |
    Mar 16, 2023 1:30 AM
    820 views | 1 replies
  • Generating an equivalence plot for multiple variables

    I am working on generating an equivalence plot for multiple attributes of a process. I have seen that it is possible to normalize the equivalence values and plot them all on the same graph. Can someone walk me through how to do this?

    MANOVATurtle779 MANOVATurtle779
    Discussions |
    Mar 15, 2023 12:19 PM
    2183 views | 5 replies
  • What does zero factors mean in PLS cross validation?

    PLS newbie here using JMP Pro 16. I have been using Kfold cross validation to select the number of factors in a PLS analysis. The table that results (Root Mean Press vs number of factors) begins with number of factors of 0. What does using zero number of factors mean? How can a PLS analysis be performed with zero factors? Steve 

    Zabarnss Zabarnss
    Discussions |
    Mar 15, 2023 11:21 AM
    1973 views | 6 replies

Latest Discussions

  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    695 views | 0 replies
  • How to get ROC table for Neural Network classification model?

    I fitted Neural Network on a dataset that has nominal response variable. For logistic regression model, I can see ROC table along with ROC curve. However, in neural networks (and other ML models) I only get the ROC curve but not ROC table.

    abhinavsharma91 abhinavsharma91
    Discussions |
    Mar 12, 2023 5:58 AM
    678 views | 0 replies
  • change font size only on the major ticks when using log scale

    Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0 

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2023 3:07 AM
    712 views | 0 replies
  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    581 views | 0 replies
  • JMP SCRIPT: dashboard displayed horizontaly

    Hi all,I was able to create a dashboard with a column switcher, a table and a graph.
    However, the table and the graph are displayed below the column switcher. Do you know if it is possible to create a dashboard with the table and the graph which are displayed on the right of the column switcher (horizontally and not vertically) ?It would be easier to see everything quickly... In the script help, th...

    Sebastienlg Sebastienlg
    Discussions |
    Mar 6, 2023 12:12 AM
    612 views | 0 replies
view all discussions