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

  • Automatically shows Show filter option in every window

    Hi Everyone,Everytime I deal with huge data which has many number of columns. I use show filter option to look for a particular column but this show filter option I have to activate everytime and in every window. Is their a way I can activate it permanantly or if their is any Add-In available? Thanks

    Rajat Rajat
    Discussions |
    Oct 1, 2019 5:11 AM
    14136 views | 11 replies
  • adaptive LASSO and tuning parameters

    Hi JMP experts,I'm using the LASSO regression in JMP Pro 13. First question: what is the difference between the adaptive and non-adaptive LASSO (any reference in the help or any paper that describes the difference between the two would be higly appreciated)? in what cases one is supposed to provide more advantages than the other? Second question: after selecting BIC as validation method, is there ...

    ns ns
    Discussions |
    Sep 30, 2019 2:03 PM
    1965 views | 1 replies
  • 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

Latest Discussions

  • Automatically shows Show filter option in every window

    Hi Everyone,Everytime I deal with huge data which has many number of columns. I use show filter option to look for a particular column but this show filter option I have to activate everytime and in every window. Is their a way I can activate it permanantly or if their is any Add-In available? Thanks

    Rajat Rajat
    Discussions |
    Oct 1, 2019 5:11 AM
    14136 views | 11 replies
  • adaptive LASSO and tuning parameters

    Hi JMP experts,I'm using the LASSO regression in JMP Pro 13. First question: what is the difference between the adaptive and non-adaptive LASSO (any reference in the help or any paper that describes the difference between the two would be higly appreciated)? in what cases one is supposed to provide more advantages than the other? Second question: after selecting BIC as validation method, is there ...

    ns ns
    Discussions |
    Sep 30, 2019 2:03 PM
    1965 views | 1 replies
  • 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

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