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

  • Help with Value Ordering

    So I want to order my column a certain way by using the Value ordering property. In this case b1, b2 and b3 are user inputs from Text Edit Box but still the ordering in the column does not follow {"Buffer", b1, b2, b3} it follows an alphabetical order.dt = current data table(); :Results<<set property("value ordering", {"Buffer", b1, b2, b3}); I also tried the following after value ordering but it...

    shah47 shah47
    Discussions |
    Sep 30, 2019 7:50 AM
    7386 views | 15 replies
  • jmp in Excel

    Hi Guys,Does anyone know how to add JMP icon to Excel? My excel version had been updated and since than I lost JMP icon in excel. 

    Mila Mila
    Discussions |
    Sep 30, 2019 7:27 AM
    4599 views | 1 replies
  • Analysis of covariance

    Hi ,I would like to use my 7d bodyweight as a covariant to analyse 14d,21d and 28 d bodyweight, and check if the 7d had an impact on them. I know that I can do this by using Fit Model, but this analysis changes only a P value and I am looking for analysis which would change the bodyweight figures as well.  Thanks!

    Mila Mila
    Discussions |
    Sep 30, 2019 6:43 AM
    2115 views | 2 replies
  • 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

Latest Discussions

  • Help with Value Ordering

    So I want to order my column a certain way by using the Value ordering property. In this case b1, b2 and b3 are user inputs from Text Edit Box but still the ordering in the column does not follow {"Buffer", b1, b2, b3} it follows an alphabetical order.dt = current data table(); :Results<<set property("value ordering", {"Buffer", b1, b2, b3}); I also tried the following after value ordering but it...

    shah47 shah47
    Discussions |
    Sep 30, 2019 7:50 AM
    7386 views | 15 replies
  • Analysis of covariance

    Hi ,I would like to use my 7d bodyweight as a covariant to analyse 14d,21d and 28 d bodyweight, and check if the 7d had an impact on them. I know that I can do this by using Fit Model, but this analysis changes only a P value and I am looking for analysis which would change the bodyweight figures as well.  Thanks!

    Mila Mila
    Discussions |
    Sep 30, 2019 6:43 AM
    2115 views | 2 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
  • 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

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