cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Recoding Columns using IF statements

    Hello JMP Experts, 
    I am new to IF statements and would like to use one (or something else that would accomplish the same thing) to recode a column that has a value tied to another columns value.  So in the example below:EndTime Id is a unique run ID for 8 channels. There are 10 repair intervals. I would like to assign a continuous run number (see empty column) for each unique EndTime Id, that rest...

    lizrdee lizrdee
    Discussions |
    Sep 29, 2019 1:59 AM
    3530 views | 3 replies
  • How do I ignore errors and let the loop continue while executing a loop in JSL?

    When an error occurs in a loop during a JSL execution, how do Let the JSL to automatically ignore the error and proceed to the next loop and continue? Thank you very much!

    lwx228 lwx228
    Discussions |
    Sep 27, 2019 7:31 PM
    4945 views | 3 replies
  • Model comparison

    Why is it not possible to generate the "Save predcition formula" in a stepwize logistic regression method? In the nominal logistic regression there is no problmen to save the prediction formula in the table. I need this formula in order to compare different models (classification models). Anybody can help? 

    Lu Lu
    Discussions |
    Sep 27, 2019 4:14 PM
    2445 views | 2 replies
  • Converting alphabet to digits

    I have a column that contains vaalues like M N , Y Z etc.I need to remove the space in between,swap the characters and convert last alphabet to digit.That means -input : M Noutput : N13 How can I do this?

    ENTHU ENTHU
    Discussions |
    Sep 27, 2019 1:06 PM
    4255 views | 4 replies
  • Close All Not Working for Journals

    I have a script that creates tables and journals based on user selections in a user interface window. I have a button on the user interface that closes all the files the script creates once the user is finished. when the button is clicked the tables close correctly, but there's an alert box asking about saving changes to any journal that is open (depending on user choices there can be up to three ...

    rfeick rfeick
    Discussions |
    Sep 27, 2019 12:32 PM
    2519 views | 2 replies

Latest Discussions

  • Close All Not Working for Journals

    I have a script that creates tables and journals based on user selections in a user interface window. I have a button on the user interface that closes all the files the script creates once the user is finished. when the button is clicked the tables close correctly, but there's an alert box asking about saving changes to any journal that is open (depending on user choices there can be up to three ...

    rfeick rfeick
    Discussions |
    Sep 27, 2019 12:32 PM
    2519 views | 2 replies
  • how to store JSL output to a SQL database

    Hi ,i have written some query in JSL and want to save the output  values in SQL data base. Can anyone help me in doing that. Regards,Dilip

    dilipkumar dilipkumar
    Discussions |
    Sep 26, 2019 7:44 AM
    3225 views | 3 replies
  • Can JMP perform hypothesis test for gamma poisson distribution ?

    I got data which fits gamma poisson distribution, and I'm not sure how to do hypothesis test on this kind of data.I looked online and only found method to do hypothesis test for poisson distribution, but did not see any article for gamma poisson. 

    Hans_Hsu Hans_Hsu
    Discussions |
    Sep 26, 2019 6:51 AM
    2996 views | 3 replies
  • DOE

    Hi,I have some questions regarding DOE regression equation.I don't understand why Minitab converts the regression equation into uncoded units and why is it possible only for hierarchical model? Is there a mathematical equation between coefficients of the coded and uncoded units? and how can I interpret the uncoded coefficients?Thanks,

    sarra sarra
    Discussions |
    Sep 26, 2019 6:18 AM
    3579 views | 5 replies
  • ADDING SPEC LIMITS BASED ON A CONDITION

    I have written a script that plots variability chart with the following data -1.I have defined a list that contains all column names starting with MIP and i iterate through this list for Y-axis variable.2.X-axis has Tool name and Part id.3.I am right now able to plot MIP_*  variability plot for different step number.4.I need to add set point and upper/lower spec limits to these plots.eg : variabil...

    ENTHU ENTHU
    Discussions |
    Sep 25, 2019 10:09 AM
    2930 views | 3 replies

Latest Discussions

  • 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
    2155 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
    1398 views | 0 replies
  • Capability Animation - How to see the LSL/USL Value?

    I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?

    Antonio80 Antonio80
    Discussions |
    Jul 9, 2019 1:31 AM
    1356 views | 0 replies
  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1451 views | 0 replies
  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1704 views | 0 replies
view all discussions