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

  • Alphanumeric sorting rules in JMP17

    I am using the Sort feature in JMP17.0.0 but am getting unexpected results.  The column I wish to sort by contains a list of serial numbers where each is a mix of letter and numeric characters (examples:  G95VXWW8CID5, G921J8D2CIE3, G943H085CIB2).  The Sort-> Ascending action puts G95... ahead of G92... which is ahead of G94...  This is unexpected because while the first two characters in all thre...

    EdHutchins99 EdHutchins99
    Discussions |
    Mar 15, 2023 9:33 PM
    3764 views | 8 replies
  • Is there a faster way to loop?

    Hello JMP community,   I am analyzing larger amounts of data, typically 350k rows.  For each row, the code runs a loop to calculate the mean offset by "Wafer ID". I’m looking for a faster way of doing this. Is there a way to make the processing faster? The current script takes ~1 hour to complete the loop.
      Names Default To Here( 1 ); dt1 = Data Table( "Reference Data Table.jmp" ); dt2 = Data Ta...

    Jackie_ Jackie_
    Discussions |
    Mar 15, 2023 9:07 PM
    3952 views | 8 replies
  • Save PCA loading matrix?

    In need the Principle Component loading matrix for further computations, can I save it in a data table?

    frankderuyck frankderuyck
    Discussions |
    Mar 15, 2023 2:29 PM
    1276 views | 2 replies
  • 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
    1909 views | 6 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
    714 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
    614 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