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

  • Prediction variance value meaning

    I made a custom design with 18 runs. I made a design evaluation and it gave me a prediction variance of 0.58 and a maximum prediction variance of 1.94. What does with values means or indicate. Is it the perecentage of variance? Can someone explain it in simple words.

    Mathej01 Mathej01
    Discussions |
    Jan 11, 2024 1:34 AM
    1726 views | 1 replies
  • Why "Transposed Failed"?

    I attempted what appears to be an easy operation: Transpose (from the TABLES-->TRANPOSE menu items). I get "Transpose Failed" already in the pre-view pane and when I click OK. No other explanation given and nothing about it when I search help. The help instructions for Transpose do not indicate any table structure or data requirements that I might be violating. My version of JMP is 17.2.0I do not ...

    Momentum Momentum
    Discussions |
    Jan 10, 2024 11:43 PM
    2579 views | 5 replies
  • String to image conversion?

    Hi, I have a table that contains PNG images in some string format (exported using fig.write_image in Python). Is JSL capable of doing an image conversion of a string?   

    Jackie_ Jackie_
    Discussions |
    Jan 10, 2024 7:01 PM
    1713 views | 2 replies
  • Regex backreference followed by a number (unambiguous backreferences)

    I'm scripting something to replace column names based on a regex match. I iterate through all columns and regex regex match with a new string. Works well and handy for shortening col names - except when I am replacing to a string that starts with a number - this is because the backreference gets messed up (\1 becomes \133 in the case below)In python, there is 'unambious backreference' to work arou...

    jetpeach jetpeach
    Discussions |
    Jan 10, 2024 5:43 PM
    2146 views | 1 replies
  • Graph Builder Histogram Label Size

    Hello! Is there a way to change the size of the label on a histogram created in graph builder?  For example, with the "Little Pond" dataset, I created a histogram using column "Z" and then selected "percents".  I want to increase the size of the percents.  Circled below.   Thanks!

    Kemable Kemable
    Discussions |
    Jan 10, 2024 10:24 AM
    1371 views | 2 replies

Latest Discussions

  • Prediction variance value meaning

    I made a custom design with 18 runs. I made a design evaluation and it gave me a prediction variance of 0.58 and a maximum prediction variance of 1.94. What does with values means or indicate. Is it the perecentage of variance? Can someone explain it in simple words.

    Mathej01 Mathej01
    Discussions |
    Jan 11, 2024 1:34 AM
    1726 views | 1 replies
  • String to image conversion?

    Hi, I have a table that contains PNG images in some string format (exported using fig.write_image in Python). Is JSL capable of doing an image conversion of a string?   

    Jackie_ Jackie_
    Discussions |
    Jan 10, 2024 7:01 PM
    1713 views | 2 replies
  • Regex backreference followed by a number (unambiguous backreferences)

    I'm scripting something to replace column names based on a regex match. I iterate through all columns and regex regex match with a new string. Works well and handy for shortening col names - except when I am replacing to a string that starts with a number - this is because the backreference gets messed up (\1 becomes \133 in the case below)In python, there is 'unambious backreference' to work arou...

    jetpeach jetpeach
    Discussions |
    Jan 10, 2024 5:43 PM
    2146 views | 1 replies
  • Graph Builder Histogram Label Size

    Hello! Is there a way to change the size of the label on a histogram created in graph builder?  For example, with the "Little Pond" dataset, I created a histogram using column "Z" and then selected "percents".  I want to increase the size of the percents.  Circled below.   Thanks!

    Kemable Kemable
    Discussions |
    Jan 10, 2024 10:24 AM
    1371 views | 2 replies
  • How to specify placement of JPEGs in PowerPoint

    Hello!   I have learned how to automatically create, insert & update JMP graphs into PowerPoint via jsl script (see below script & reference). Now, I want to be able to specify a couple more items regarding these graphs:   1. WHERE on the PowerPoint slide it is to be 2. add a picture border to the graph in the PowerPoint slide   Here is my current script, which virtually opens the data, makes the ...

    arawlings arawlings
    Discussions |
    Jan 9, 2024 9:48 PM
    1110 views | 1 replies

Latest Discussions

  • Acrobat OCR settings for preparing PDFs for import using the PDF import wizard

    Just sharing an issue I had with Adobe Acrobat and the JMP PDF Import Wizard in case others come across the same problem.A few months ago I had a workflow where I needed to perform OCR on PDFs in Acrobat (Pro) before I could use the PDF Import Wizard to pull data from the PDFs into JMP - this had been working fine for a long time.When I tried this again last week I had an issue where many pages wo...

    jc510_2 jc510_2
    Discussions |
    Jan 8, 2024 2:02 PM
    1465 views | 0 replies
  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1043 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    702 views | 0 replies
  • Nonlinear platform - trial values from table with large number of categories

    Hello - I have a large number of categories for each parameter when using the nonlinear platform. Basically, one category per row. Is there a way to have a table of values to load into the parameters? Because with the time its taking to one by one type and click, type and click the values in with the control panel, it might be faster to go back to Matlab at this point, which I very much don't want...

    ehchandlerjr ehchandlerjr
    Discussions |
    Dec 18, 2023 2:50 PM
    646 views | 0 replies
  • Sphericity test not performed due to insufficient error degrees of freedom

    Hi,I have Heart rates from 3 different groups collected at 7 times differents points. I would like to perform a repeated measures ANOVA. To do so, I would like to check sphericity assumption. I found online that you have to split your data and then Analyze > fit model, I add my 7 times in "Y" then Group in "Construct model effects", then Personality "Manova", Run. I checked “Univariate Tests Also”...

    ClassMegalodon6 ClassMegalodon6
    Discussions |
    Dec 14, 2023 2:54 AM
    1025 views | 0 replies
view all discussions