cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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 add more response variables?

    I made a custom design with a set of response variables. Then I ran the experiments. But now i want to add some extra responses which are relevant for the DOE. Is it possible? if yes how to do it?

    Mathej01 Mathej01
    Discussions |
    Jan 10, 2024 12:29 AM
    1478 views | 3 replies
  • Blank window is getting poped up when jmp application is used.

    I have created a blank application and written jmp script for displaying new window in the pace allocated for module1. But when running the application another window is getting popped up. How to address that window in order to make it invisible. This is the example code of new window. Names Default To Here( 1 ); If( ex = New Window( "Modal Dialog example", <<Type( "Modal Dialog" ), <<Return...

    Vinusha Vinusha
    Discussions |
    Jan 9, 2024 10:59 PM
    969 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
    808 views | 1 replies
  • How to subtract a fixed duration from Date Time column?

    I have a data table with entryDate as one of the columns. It is Numeric & Continuous type and has row entries in the following format 07/07/2023 08:20:21I want to subtract the following an offset from it and get newEntryDate in a new column. 184 days, 14 hours, 14 minutes and 43 seconds
    (or 6 months, 2 days, 14 hours, 14 minutes, 43 seconds)How to do this in JMP/JSL? 

    Neo Neo
    Discussions |
    Jan 9, 2024 6:46 PM
    1944 views | 5 replies
  • Calculating WEEKOFYEAR() for weeks that start on a day other than Sunday or Monday

    My company uses a fiscal calendar where the weeks start on Saturdays. According the the JSL WEEKOFYEAR() function we have two options: Rule 1 and 2 for weeks that start on Sundays, and Rule 3, for weeks that start on Mondays.Has anyone created a JMP script to calculate the week of the year for weeks that start on a day other than Sunday or Monday?

    JensRiege JensRiege
    Discussions |
    Jan 9, 2024 10:50 AM
    11920 views | 6 replies

Latest Discussions

  • 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
    808 views | 1 replies
  • How do I interpret Central Limit Theorem?

    The central limit theorem says that the sampling distribution of the mean will always be normally distributed, as long as the sample size is large enough. Regardless of whether the population has a normal, Poisson, binomial, or any other distribution, the sampling distribution of the mean will be normal.For continued process verification (CPV) or other statistical analysis, we assume that n=30 or ...

    AAzad AAzad
    Discussions |
    Jan 9, 2024 10:30 AM
    5921 views | 13 replies
  • DOE - Advice on Definitive Screening Design vs. half or full factorial design

    JMP Community I was hoping you could help.    I have some questions from a DoE practitioner whose main experience so far has been half or full factorial designs but is interested in using a Definitive Screening Design for a study of 4 or 5 factors. These questions are:   What are the advantages and limitations of the classical two-level factorial design when compared to a DSD?Can a definitive scre...

    DexterGribble DexterGribble
    Discussions |
    Jan 9, 2024 10:09 AM
    2295 views | 1 replies
  • 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
    1079 views | 0 replies
  • Counting values in column

    Hi, I need help using the Count function.  I think I may be able to us this for what I need but not sure how.  I've attached a sample data table.  For the Column "day night 5 min intervals" I want to use a formula to count the number of values of the same number in the column "Counter"  (This is to help me calculate the length of day and length of night)  I created the day or night columns and the...

    EmilyT EmilyT
    Discussions |
    Jan 8, 2024 12:27 PM
    1573 views | 2 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
    1079 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
    856 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
    543 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
    461 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
    755 views | 0 replies
view all discussions