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

  • Load .NET dll and call a function in JSL

    Hi I am very beginner of JSL and am trying to create a JMP application for our team.To do this, I realized that I have to load c# dll to the JSL and call a function from there. I have read the part of DLLs in JMP scripting guide but I am not so sure this can be applied for .NET dll.Does anyone have an experience of loading .NET dll and calling a function from there in the JSL?

    ejesjh ejesjh
    Discussions |
    Jan 12, 2024 7:40 AM
    2406 views | 1 replies
  • Nested Try statement

    I am trying to run a script similar to the following: Try(        dt1 = Open(path1);        Try(                dt2 = Open(path2);                dt2 << Concatenate(dt1, "Append to first table");                ,               dt2 = dt1 << Subset(All rows);              );        dt2 << Save(path2);        ,        print("No dt1 found!"); ); But, when it fails to open dt2, instead of ex...

    bbenny7 bbenny7
    Discussions |
    Jan 12, 2024 3:06 AM
    1106 views | 1 replies
  • JMP yield % not matching with Power BI and Excel

    Hi All, Good Day.Refer below tables showing the gaps between excel, power BI and the JMP with the same set of raw data (JMP % mostly not comparable to Excel and power BI). I hv attached the raw JMP file as well. Could anyone advice how to make JMP yield % is comparable to excel and Power BI. I am using ver 17. tks MonthlyExcel YieldPower BI YieldJMP Yield (Ave)Delta %in  JMPJan98.79%98.79%98.26%-0...

    Senguttuvan Senguttuvan
    Discussions |
    Jan 12, 2024 1:46 AM
    2037 views | 3 replies
  • Why can't use 'Fit Logistic 4P Rodbard' ?

    hi, why does the option 'Fit Logistic 4P Rodbard' gray out in my JMP(16.1.0)? Anyone know the reason?Thanks! 

    ChernoffTurtle7 ChernoffTurtle7
    Discussions |
    Jan 11, 2024 6:16 PM
    1295 views | 2 replies
  • How to snap the crosshairs on the curve?

    While crosshair tool is useful to read the approximate values around the curves it would be good to snap on a smoother-ed curve that is closest to the crosshair. Is that possible?

    JMPer1 JMPer1
    Discussions |
    Jan 11, 2024 3:05 PM
    1169 views | 1 replies

Latest Discussions

  • Load .NET dll and call a function in JSL

    Hi I am very beginner of JSL and am trying to create a JMP application for our team.To do this, I realized that I have to load c# dll to the JSL and call a function from there. I have read the part of DLLs in JMP scripting guide but I am not so sure this can be applied for .NET dll.Does anyone have an experience of loading .NET dll and calling a function from there in the JSL?

    ejesjh ejesjh
    Discussions |
    Jan 12, 2024 7:40 AM
    2406 views | 1 replies
  • JMP yield % not matching with Power BI and Excel

    Hi All, Good Day.Refer below tables showing the gaps between excel, power BI and the JMP with the same set of raw data (JMP % mostly not comparable to Excel and power BI). I hv attached the raw JMP file as well. Could anyone advice how to make JMP yield % is comparable to excel and Power BI. I am using ver 17. tks MonthlyExcel YieldPower BI YieldJMP Yield (Ave)Delta %in  JMPJan98.79%98.79%98.26%-0...

    Senguttuvan Senguttuvan
    Discussions |
    Jan 12, 2024 1:46 AM
    2037 views | 3 replies
  • Analyzing pH Data

    Hello- I am reviewing the attached pH/lot data set and I have a few goals I want to achieve. Could anyone help me with determining the best tests to run in JMP? Thank you!! 1. My pH specification is 6.5-7.1. Based on the results that I have gathered per lot, can I statistically justify changing my lower specification limit to 6.0? and if I cant, what would an acceptable lower limit be based on my ...

    VariancePony864 VariancePony864
    Discussions |
    Jan 11, 2024 7:35 AM
    1529 views | 2 replies
  • query in topic modelling

    how to find coherence values in topic modeling. Moreover how to plot topic proportion and and publication years in text explorer option 

    FrequencyBeetle FrequencyBeetle
    Discussions |
    Jan 11, 2024 4:20 AM
    619 views | 0 replies
  • 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

Latest Discussions

  • query in topic modelling

    how to find coherence values in topic modeling. Moreover how to plot topic proportion and and publication years in text explorer option 

    FrequencyBeetle FrequencyBeetle
    Discussions |
    Jan 11, 2024 4:20 AM
    619 views | 0 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
    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
    701 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
view all discussions