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

  • How to plot data from two tables without combining the tables

    Hello World, We do measurements in our lab and we always end up with multiple data tables which contain measured data and filtered data. For some practical reasons we do not want to combine the tables in order to plot the measured data and filtered data. Is it possible to plot the x y data from one table and the x y data from the other table on the same axis in a "Fit y by x" (jmp graph type) like...

    Kees_de_Vries Kees_de_Vries
    Discussions |
    Mar 17, 2023 7:45 PM
    14006 views | 8 replies
  • 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
    1352 views | 0 replies
  • Gauge R&R Report into a data table

    I need to create Gauge R&R studies for many systems, how to i export the results of the Gauge R&R report into a data table.Can a create a script to extract the Repeatability, Reproducibility ... data into a table?

    Flavy Flavy
    Discussions |
    Mar 17, 2023 1:55 PM
    5030 views | 8 replies
  • Search the string in Column and copy the numeric value in 2nd column

    I have an Excel Worksheet consisting of two columns, one columns has strings with person name and other column contain age of the person. I have almost a list of 500 person. Is there any way I can automate it?Like using script to assign age based on the person name ?   

    Jackie_ Jackie_
    Discussions |
    Mar 17, 2023 10:47 AM
    8111 views | 11 replies
  • Understanding the "Change Generating Rules" tab of the factorial screening platform

    Hi everybody, I am setting up a factorial screening design and want to adjust the 2FI aliasing so it fits my anticipated interactions. What I would like is to have [Perform dialysis]x[Centrifugation % of max] aliased with [Imidazol]x[Covered surface area]My problem is I cant get my head around the logic of the "Change Generating Rule" tab during design generation.
    I read the help topic but I am sti...

    BenGengenbach BenGengenbach
    Discussions |
    Mar 17, 2023 9:36 AM
    4206 views | 10 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
    1352 views | 0 replies
  • How to track model performance ?

    Hi I developed a viscosity model on one product based on hundreds of lab data using few process parameters.Now that the model is built, what is the best approach to track its performance over time ? Control chart ?We continue to get lab analysis on a frequent basis so we can look at the analysis vs predicted value. Thanks in advance for your advice.   

    LogitTurtle576 LogitTurtle576
    Discussions |
    Mar 17, 2023 8:27 AM
    1413 views | 2 replies
  • Exporting, Summarizing, Consolidating for External Reports

    I've just started using JMP, and I'm struggling with how to export the information I'm getting efficiently for external documents I need to create in MS Word. I understand how to export results (File>Export), where I'm struggling is figuring out if there are ways to consolidate results, to avoid copy/paste or creating tables and things outside of JMP just to make it "look pretty". For example, I r...

    BigMoney8 BigMoney8
    Discussions |
    Mar 17, 2023 7:29 AM
    1581 views | 2 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
    986 views | 0 replies
  • How to put the mixture sum below 1?

    In the Jmp16 version there was a button in the specific mixture experiments where you could put the mixture sum below 1.In the Jmp17 version I cannot find this button. Could you please help me out with this issue?

    LatinRooster480 LatinRooster480
    Discussions |
    Mar 17, 2023 3:03 AM
    1530 views | 4 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
    1352 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
    986 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
    699 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
    685 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
    716 views | 0 replies
view all discussions