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

  • Crop a JPG Image

    Trying to crop the light grey border from around the outside of the below wafermap image using the following script. I guess I'm not understanding how the crop message works as there is no difference in the before and after images. Any idea of what I'm doing wrong?  Cheers, Troy  img = open("D:\wafer.jpg", jpg); win1 = newWindow("Original", img); img << crop(left(5),right(5),top(5),bottom(5)); wi...

    thickey thickey
    Discussions |
    Apr 29, 2024 6:11 AM
    3305 views | 9 replies
  • What are the residuals from a bivariate fit orthogonal?

    In the Fit Y by X platform, I have fit a regression with the 'Fit orthogonal' option in the dropdown menu. I'm wondering what are the residuals from this model (if I were to click Save Residuals). I want to have the orthogonal residuals -- that is, the distance of each point to the regression line when that distance is perpendicular to the regression line (rather than the standard residual, being ...

    JayBee911 JayBee911
    Discussions |
    Apr 29, 2024 6:06 AM
    1044 views | 2 replies
  • Trying to write script that will append results of regression analysis to an existing excel spreadsheet

    Hi - I am trying to write a jsl script that will append the results of a regression analysis to an existing excel file.  My current script writes to an excel file but I want to be able to run the script multiple times and append each new result to the existing excel sheet.  (Currently I am appending the new result manually, by hand.)   See attached script.  Thanks in advance! ps  I am using JMP Pr...

    learning_JSL learning_JSL
    Discussions |
    Apr 29, 2024 4:30 AM
    2054 views | 8 replies
  • How to import a variable value from JMP to Python?

     I would like to print the value of "rate" from JMP to Python.  rate = 0.07;
    show(rate);Python Init(Use Python Version("3.12.3"));
    Python Send( rate, Python Name( "err_rate" ) );
    Python Submit( "print(err_rate)" );

    vharibal vharibal
    Discussions |
    Apr 29, 2024 4:05 AM
    739 views | 2 replies
  • How to determine if it obeys a chi-square distribution?

    I want to determine whether a set of data obeys a chi-square distribution, how do I do this with JMP? Thanks!
    I looked at the distribution-continuous fit and didn't find this distribution.

    lehaofeng lehaofeng
    Discussions |
    Apr 29, 2024 1:17 AM
    842 views | 2 replies

Latest Discussions

  • How to import a variable value from JMP to Python?

     I would like to print the value of "rate" from JMP to Python.  rate = 0.07;
    show(rate);Python Init(Use Python Version("3.12.3"));
    Python Send( rate, Python Name( "err_rate" ) );
    Python Submit( "print(err_rate)" );

    vharibal vharibal
    Discussions |
    Apr 29, 2024 4:05 AM
    739 views | 2 replies
  • JSL for "Configure levels"

    Hi. I do not see any JSL command to set Axis levels (like x others).
    Am I missimg something or the option doesn't exist in JSL?Thank you

    tom_abramov tom_abramov
    Discussions |
    Apr 28, 2024 7:08 AM
    943 views | 3 replies
  • Is a D optimal Design useful in this case?

    I have the following problem for which an experimental design has to be created: The stress at a certain point of a model is to be determined by FEA. This model is varied by setting three different parameters. These parameters are to be varied in such a way that the stress is minimized. The stress should be the target value. Angle, modulus and radius are the factors whose influence must be investi...

    bjarne bjarne
    Discussions |
    Apr 28, 2024 4:16 AM
    1553 views | 5 replies
  • Multiple Spec Limits Based on Row Values

    We often structure our inspection sheets based on column identifiers-- see the attached csv. I was wondering if there was a way to run simultaneous analyses based on feature ID and pulling the spec limits so that for each graph, it uses the spec limits in the subsequent columns. Is this possible? Thanks!

    touradnik touradnik
    Discussions |
    Apr 27, 2024 8:41 AM
    1177 views | 3 replies
  • Query base64 data from SQL into the jmp table

    Hi, I'm trying to import base64 encoded data into JMP, but it seems to be truncating the data at 255 characters. The database column containing the base64 string has a length of 546,168 characters. Is there a way to increase the character limit for the jmp table column? Thanks,Jackie 

    Jackie_ Jackie_
    Discussions |
    Apr 27, 2024 7:47 AM
    2047 views | 6 replies

Latest Discussions

view all discussions