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

  • 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
    1101 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
    1240 views | 2 replies
  • Decimal to Hexadecimal

    How to convert a decimal column to hexadecimal?

    UserID16644 UserID16644
    Discussions |
    Apr 28, 2024 9:00 PM
    1938 views | 4 replies
  • Changing char date column to numeric date

    Hello,Attached is a table with a column called StartDate. It is in char format and have excessive '0's at the end of each date. I wish to write a script to change the StartDate column to this format like : 04/12/2024 4:10:09 PM. Any help is appreciated. Thanks! 

    cchueng cchueng
    Discussions |
    Apr 28, 2024 10:42 AM
    1793 views | 4 replies
  • ScriptBox scrolling

    Hi, I would like to scroll the following script box to the end, so that the last string written is always visible.  w=new window("a", sb=script box()); for (i=1, i<=100, i++, sb<<append text(char(i) || "\!N");
    // I would like to set a scroll to end here, so that the last written string is visible.
    );
    By instpect the the display box tree, I see that a "scroll box" is automatically created aro...

    matteo_patelmo matteo_patelmo
    Discussions |
    Apr 28, 2024 8:52 AM
    1635 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
    1101 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
    1474 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
    2639 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
    1835 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
    3205 views | 6 replies

Latest Discussions

view all discussions