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

  • Very slow loop behaviour

    I have a question regarding time spent in loops.I am analyzing larger amounts of production data, typically 1mio rows. For each row, production captures the status (column Statusnummer).
    If the status is "1", then I would like to calculate the values for actual ("ist") and set value("soll"). So I need to calculate 1mio rows. I am doing this a lot of times in my code, for different values.Sometimes,...

    MWalther MWalther
    Discussions |
    Nov 22, 2019 7:22 AM
    32141 views | 9 replies
  • JMP window groups in windows 10

    HI everyone, can anyone help me with the way windows groups instances of JMP in windows 10. In previous versions it seemed to be easier to flick between instances rather than every instance and subwindow being grouped in the taskbar. Has anyone got any suggestions on how to make it better. I find it very difficult to find the actual datatable or plot Im looking to go back to when I have a few open...

    barneyonion barneyonion
    Discussions |
    Nov 22, 2019 6:41 AM
    3787 views | 4 replies
  • Graph builder overlay setting

    Dear all,I would like to know if I can assign color to specific data range in graph builder?for example ( please refer to attached photo) , the default color blue is assigned to data ranging from 0.128~0.193 ,so can i change to 0.128~0.228 ?

    EricTsai EricTsai
    Discussions |
    Nov 21, 2019 8:23 PM
    5228 views | 4 replies
  • Marker

    How to set the legend in age=14 to a circle with no fill thru scripting?

    skyzvoir0001 skyzvoir0001
    Discussions |
    Nov 21, 2019 5:37 PM
    11627 views | 7 replies
  • Custom re-order of columns

    My jsl script produces the following table which is the combination of summary,split and update functions.The first few columns have actual mesureamnts for variuos test for past four months and week wise for the current month(new week gets added every sunday). The last 4 columns are expected values for each month for each test.The following are two things I'm trying-Also my script already has 250 ...

    ENTHU ENTHU
    Discussions |
    Nov 21, 2019 2:44 PM
    2030 views | 1 replies

Latest Discussions

  • JMP window groups in windows 10

    HI everyone, can anyone help me with the way windows groups instances of JMP in windows 10. In previous versions it seemed to be easier to flick between instances rather than every instance and subwindow being grouped in the taskbar. Has anyone got any suggestions on how to make it better. I find it very difficult to find the actual datatable or plot Im looking to go back to when I have a few open...

    barneyonion barneyonion
    Discussions |
    Nov 22, 2019 6:41 AM
    3787 views | 4 replies
  • Custom re-order of columns

    My jsl script produces the following table which is the combination of summary,split and update functions.The first few columns have actual mesureamnts for variuos test for past four months and week wise for the current month(new week gets added every sunday). The last 4 columns are expected values for each month for each test.The following are two things I'm trying-Also my script already has 250 ...

    ENTHU ENTHU
    Discussions |
    Nov 21, 2019 2:44 PM
    2030 views | 1 replies
  • DOE with non-linear effects and blocking

    Hey all, I'm new to JMP, so perhaps a bit of a noob, excuse me for that =)In case my question has been asked and answered before, I'm perfectly fine with being redirected to that discussion. The problem I’m having right now is that I need to set up an experiment where we’re not sure about whether the effects of factors are linear or have some curvature. Some factors also influence each other (i.e....

    Vera Vera
    Discussions |
    Nov 19, 2019 6:39 AM
    1849 views | 1 replies
  • get bivariate plot as scritable

    Hello, how can I get a bivariate plot as an object in jsl script? like, if I plot this graph below thru the regular jmp GUI "FIT X by Y" and then I want to write something like  "Big Class" << get plot as scriptable;

    avner8943 avner8943
    Discussions |
    Nov 17, 2019 12:52 PM
    2996 views | 1 replies
  • I want change the numbers, 1 ~ 9 to 01 ~ 09 in column

    Hello, I have two column, Lot and wafer as shown below.How can I make wafer_rev column, where the single digit values (1~9) are changed to double digits (ex, 01, 02, ,,,,09. No change in 11~20) Is there a simple script for this ?Please advise me. LotwaferWafer_revDA1101FA2303UJ31111DS2903 Thank you in advance

    Myni Myni
    Discussions |
    Nov 17, 2019 6:27 AM
    1645 views | 1 replies

Latest Discussions

  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1929 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1298 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1337 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    2136 views | 0 replies
  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1375 views | 0 replies
view all discussions