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

  • Margin of error of predictor screening

    Hi!I was wondering if I can get the margin of error of a predictor screening model I run to be able to compare the portion of the predictors across different groups within one sample -by running the model "By" the different groups- and understand if the differences are true differences or not -similarly to the concept of statistically significant differences in research/ survey data-.Does this mak...

    melina_d melina_d
    Discussions |
    Mar 21, 2023 4:41 AM
    1275 views | 2 replies
  • Import file issue

    Hello,I am having issues importing my excel file into JMP.When in JMP, I click on file, then open, and when my file explorer opens, none of my excel files are shown in my file explorer.How do I get my excel files to show up in my file explorer so I can select them to be opened in JMP?   

    Blakezu Blakezu
    Discussions |
    Mar 21, 2023 4:40 AM
    1063 views | 2 replies
  • JSL generate map graph

    As the attachment, the JPG  graph is manually generated, then save as JSL, when add for loop and use "char(columnname(i))" to place "Flange", it not display "Row Legend()". manually generated:   Bivariate( Y(:Y), X(:X), SendToReport( Dispatch( {}, "Bivar Plot", FrameBox, {Marker Size(5), Marker Drawing Mode("Normal"), Row Legend( Flange, Color(1), Color Theme("Blue ...

    Chris_Liu Chris_Liu
    Discussions |
    Mar 21, 2023 4:32 AM
    1535 views | 1 replies
  • Extract table variable in graph builder

    Hello, I have a JMP table with multiple table variables. For instance, this table is the result of a data extraction between my start time "January 2023" and my end time "March 2023".  I saved as table variables this start and time. I would like from this table to go on Graph builder and find somewhere the information about my table variables and add it as hover for instance. I know this is possib...

    SophieCuvillier SophieCuvillier
    Discussions |
    Mar 21, 2023 1:09 AM
    1832 views | 3 replies
  • Order of addition experiments, simultaneous addition, and delayed addition

    Hello - I am working on an process that has an obvious order of addition effect. I have a plugin from JMP that uses a pairwise ordering scheme that can be plugged in as a covariate factor. But, one of the components is a powder, so there is the choice to predissolve it in the solvent being used, or to add it directly as a powder. Also, there could be some benefit to having some components simultan...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 20, 2023 3:46 PM
    2807 views | 5 replies

Latest Discussions

  • Margin of error of predictor screening

    Hi!I was wondering if I can get the margin of error of a predictor screening model I run to be able to compare the portion of the predictors across different groups within one sample -by running the model "By" the different groups- and understand if the differences are true differences or not -similarly to the concept of statistically significant differences in research/ survey data-.Does this mak...

    melina_d melina_d
    Discussions |
    Mar 21, 2023 4:41 AM
    1275 views | 2 replies
  • Import file issue

    Hello,I am having issues importing my excel file into JMP.When in JMP, I click on file, then open, and when my file explorer opens, none of my excel files are shown in my file explorer.How do I get my excel files to show up in my file explorer so I can select them to be opened in JMP?   

    Blakezu Blakezu
    Discussions |
    Mar 21, 2023 4:40 AM
    1063 views | 2 replies
  • Order of addition experiments, simultaneous addition, and delayed addition

    Hello - I am working on an process that has an obvious order of addition effect. I have a plugin from JMP that uses a pairwise ordering scheme that can be plugged in as a covariate factor. But, one of the components is a powder, so there is the choice to predissolve it in the solvent being used, or to add it directly as a powder. Also, there could be some benefit to having some components simultan...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 20, 2023 3:46 PM
    2807 views | 5 replies
  • Reorder source table columns - from Data Table Columns Viewer

    Dear all, In the Data Table Colums Viewer there is the table Summary Statistics and in the red triangle menu i can select the command Reorder source table columns. My question is how can I run this command in a script? Thanks for any ideas..  

    Heinrich Heinrich
    Discussions |
    Mar 20, 2023 9:11 AM
    1108 views | 2 replies
  • Get 3rd Y axis only for certain columns (working with loops)

    Hi there, I got stuck on a problem and would be grateful for some advice: We analyze samples and get population A, B, C, D and E for each sample.The information for A can be divided into "%" and "count" , same for B,C,D and E.  We import the data and the columns named "A 1" to "E 1" represent the "%" values, the ones called "A 2" to "E 2" represent the "Count" values.  Since the import will always...

    Matt_1 Matt_1
    Discussions |
    Mar 20, 2023 8:34 AM
    814 views | 1 replies

Latest Discussions

  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1351 views | 0 replies
  • problème affichage date et heure dans un dashboard

    bonjour, j'ai créé un dashboard avec un script. Quand je fais affiché la date et l'heure, j'ai des affichages qui varient et qui décalent mes graphiques.comment je peux supprimer ce problème dans mon script? cordialement

    Françoise Françoise
    Discussions |
    Mar 17, 2023 4:55 AM
    984 views | 0 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
    698 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
    683 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
    715 views | 0 replies
view all discussions