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

  • How to perform k-fold cross-validation on ML models (e.g. neural network and random forest) and check model performance on fixed test data?

    I have classification dataset on which I want to fit neural network and random forest model. I am performing the k-fold cross validation for selecting best model.I have separate data (fixed test data) on which I want to test the model performance. How can I pass that data to JMP and get classification report?

    abhinavsharma91 abhinavsharma91
    Discussions |
    Mar 12, 2023 3:36 AM
    2305 views | 1 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
    2008 views | 4 replies
  • Help with updating a text edit box based upon a radio box selection

    Hello everyone,I was hoping someone could help me with this script.  I would like the start date and the report name to update based upon what radio button is selected:  //rev 3-9-23 names default to here(1); dtspec="J:\Public\Ti Process Control\Dashboard Files\JMP data for CC's\Limits\Master limits table rev 10-10-22.jmp"; //Get user name dll = Load DLL( "mpr.dll" ); dll << DeclareFunction( ...

    shampton82 shampton82
    Discussions |
    Mar 11, 2023 9:05 AM
    1278 views | 1 replies
  • Call corresponding pictures

    Hi all, This might be trivial but I could't find anything on the index. I created a drop down list of length of product of 100, 200, 300 .....For each length, I want to display a corresponding picture of the product. I have put all pictures in a folder and name them.Is there any function in jsl that enables this? Thank you!

    OrthogonalCrow3 OrthogonalCrow3
    Discussions |
    Mar 10, 2023 8:32 PM
    2154 views | 3 replies
  • Graph Legends - How to unselect the legend?

    Hello, For the life of me I cannot figure out how to make JMP unselect the legend? See picture to understand what I'm seeing. I went to change the color of the marker, and the legend will not unselect no matter what I click/right-click. It's very annoying I cannot figure out how to unselect the legend (make it not blue high-lighted). Does anyone know how to fix this?How do you unselect the legend?...

    AmandaBateson AmandaBateson
    Discussions |
    Mar 10, 2023 12:51 PM
    9152 views | 5 replies

Latest Discussions

  • 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
    2008 views | 4 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
  • How do keep the value calculated by the formula to only two significant digits after the decimal point?

    For example, the actual data for a column calculated like this is many digits.How can  directly compute something like the last column?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "A" ); Column( "A" ) << Formula( Round( height /weight, 2 ) ); dt << run formulas; Column( "A" ) << deleteFormula; dt << run formulas; d2 = dt << Summary( Group( age ), Max( A ), Freq( "无" ), Weight( "无"...

    lala lala
    Discussions |
    Mar 9, 2023 3:17 PM
    1556 views | 3 replies
  • Use of Column Properties across 100's of rows

    Question,
    How can I use Column Properties to perform a 1st pass of the Columns using a sigma value, or similar descriptive feature.  Once I have found suspect columns of test data will perform a deeper dive into the data columns. Attached as snip of the dataset. Charles 

    charles_revelle charles_revelle
    Discussions |
    Mar 8, 2023 1:59 PM
    1116 views | 1 replies
  • Unable to open Add-in files in JMP17

    Hi there,I have an old Add-in file (an jmpaddin file) that works well in JMP 16. However, I am unable to open this Add-in file using JMP 17. The error message says " Add-in xxx is invalid for this version of JMP". Is there a way to address this incompatible-version issue?  

    MannBuffalo699 MannBuffalo699
    Discussions |
    Mar 8, 2023 1:15 PM
    1138 views | 2 replies

Latest Discussions

  • 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
  • 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
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    792 views | 0 replies
view all discussions