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

  • Signal & Noise in control charts

    Hello, I am trying to understand signal and noise in control charts and what all are the possible relation between them?  Can someone please help me to understand this concept. ThanksDheeraj Varapana  

    dheerules dheerules
    Discussions |
    Mar 13, 2023 12:15 PM
    2093 views | 1 replies
  • Is it possible to do DFPCA + regular PCA together?

    Hello - I am working on a paper and I have a lot of individual data points for different items, but some of those points come from data series (e.g. values at different temperatures, wavelengths, etc). So far I've selected certain points from those data series based on typical conditions (e.g. room temperature), but it would definitely elevate the analysis if the entire data series for each could ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 13, 2023 11:28 AM
    1145 views | 3 replies
  • Journal

    Hello,I have a journal with a few graphs in a vertical positionbut I didn't find how to change the journal to a horizontal position arranged in rows (for example 3) ?   

    Dennisbur Dennisbur
    Discussions |
    Mar 13, 2023 10:53 AM
    810 views | 1 replies
  • Referencing columns extracted from parsing Datafilter select where

    I want to use a data filter interface for a different use.Then i need to parse the "select where" clause and use the info in there.I am able to parse the Where clause and identify the different column in the expressionbut not reference them DFClause=Currentdatafilter << get where clause();
    SelectInnerExpr=Arg(parse(DFClause),1);
    // let assume for a second this will always return an expression of thi
    ...

    peri_a peri_a
    Discussions |
    Mar 13, 2023 5:25 AM
    1939 views | 5 replies
  • JMP16 Vs JMP14 Filter

    Hi all! I'm trying to use a script for date filter that works for me in JMP 14 in JMP 16, but the range that appear at JMP14 dose not appear at JMP16. can you help me with a script that make JMP 16 look like JMP 14?   that is the script I use today: filtter_ly = V List Box( ly << Current Data Table() << Data Filter( Location( {0, 0} ), Mode( Show( 1 ), Include( 1 ) ), Add Filter( column...

    HenLu HenLu
    Discussions |
    Mar 13, 2023 4:54 AM
    970 views | 1 replies

Latest Discussions

  • Is it possible to do DFPCA + regular PCA together?

    Hello - I am working on a paper and I have a lot of individual data points for different items, but some of those points come from data series (e.g. values at different temperatures, wavelengths, etc). So far I've selected certain points from those data series based on typical conditions (e.g. room temperature), but it would definitely elevate the analysis if the entire data series for each could ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 13, 2023 11:28 AM
    1145 views | 3 replies
  • Journal

    Hello,I have a journal with a few graphs in a vertical positionbut I didn't find how to change the journal to a horizontal position arranged in rows (for example 3) ?   

    Dennisbur Dennisbur
    Discussions |
    Mar 13, 2023 10:53 AM
    810 views | 1 replies
  • JMP16 Vs JMP14 Filter

    Hi all! I'm trying to use a script for date filter that works for me in JMP 14 in JMP 16, but the range that appear at JMP14 dose not appear at JMP16. can you help me with a script that make JMP 16 look like JMP 14?   that is the script I use today: filtter_ly = V List Box( ly << Current Data Table() << Data Filter( Location( {0, 0} ), Mode( Show( 1 ), Include( 1 ) ), Add Filter( column...

    HenLu HenLu
    Discussions |
    Mar 13, 2023 4:54 AM
    970 views | 1 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
  • Creating I-optimal designs for a full cubic model

    I am trying to generate an I-optimal design for a 3-factor experiment where the underlying model is assumed to be a full cubic response surface design (not a mixture experiment). Is there a way to create this design with Custom Design (or any other tool in the DOE suite)?

    candcook5 candcook5
    Discussions |
    Mar 11, 2023 6:11 PM
    2009 views | 4 replies

Latest Discussions

  • 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
    713 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
    585 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
    613 views | 0 replies
  • Plot change in temperature over time on a 3D plot or Contour Plot

    Hi,I am using JMP 16 and am trying to see if JMP has the capability to plot the change in temperature over time at different positions in X,Y,Z space. I have the locations (in inches), temperature data, and time data for all 11 positions, but I cannot seem to find a good way to display the  temp changes at each position over time. In an ideal world, I would like to be able to plot the changes over...

    rlangsner rlangsner
    Discussions |
    Mar 1, 2023 11:02 AM
    1078 views | 0 replies
view all discussions