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 do I export a chart WITHOUT the chart header?

    Hello, I'm writing a script to generate several charts and export them to a specified folder, but I'm unable to save them in the format that I desire. I have a control chart that I want to export to a directory specified by the user. Ideally, I would like the chart to save with no chart header, i.e., just the graphic with no text, like this: I'm using the following line of code to save the chart t...

    IMMunization IMMunization
    Discussions |
    Mar 15, 2023 12:44 PM
    1563 views | 3 replies
  • Coding property didn’t have two numbers

    Hello, I have the for loop below iterating through columns assigning a "coding" property to each one. all_cols is the list of columns of interest. The function works - almost as intended.  The coding property is assigned correctly, col min & col max values included.for( y = 1, y <= N Items( all_cols ), y++, row() = y; lims = Eval List( { col min( eval( all_cols[y] ) ), col max( eval( all_cols[y]...

    StarfruitBob StarfruitBob
    Discussions |
    Mar 15, 2023 12:41 PM
    1914 views | 6 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
    2207 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
    1993 views | 6 replies
  • How can I clear the contents of a specific column in a specific data table?

    I have an existing data table and I've updated rows in it, but now I want to have a function that just clears all the rows or sets them all to empty(); also would like it to be really fast because it's a very large table. I tried this but it's quite slow.  Column( my_table, "MY_COL" ) << formula (empty()); Column( my_table, "MY_COL" ) << Delete Formula;

    xxvvcczz xxvvcczz
    Discussions |
    Mar 15, 2023 10:51 AM
    1408 views | 2 replies

Latest Discussions

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
    715 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
    587 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
    615 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
    1079 views | 0 replies
view all discussions