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 do hypothesis test with highly right skewed data that contains many zeros?

    The data we got is "defect count on substract", and let's say we implemant a new clean method, and want to know if the new method is better than the original method, that is, we want to perform a hypothesis test to judge it.But the problem is: for both sample set, the major number is zero, and right skewed to several defect count, in this case is there any good method to perform hypothesis test?  ...

    Hans_Hsu Hans_Hsu
    Discussions |
    Aug 9, 2019 4:25 AM
    6397 views | 3 replies
  • How do I code find & replace in JSL, to remove text from a column & convert to number format.

    Hello JMP community, Once a week, I import .txt data with a battery voltage column (named "V1") where row values can be "3.45V", "3.34V", "3.12V", "3.23V", etc. I use Find & Replace manually to remove the letter "V" from the data, then manually change the data type from Character to Numeric. I suppose I don't quite understand how to include substitute() or mumger() in my scripts because I've tried...

    jpmontagne jpmontagne
    Discussions |
    Aug 8, 2019 6:24 PM
    7271 views | 5 replies
  • Select matching cells

    How can I have "select matching cells" for two different cells (from the same row)?I can do seclec matching cells for one cells but not able to do for two cells.

    CanhKhong CanhKhong
    Discussions |
    Aug 8, 2019 12:24 PM
    2076 views | 2 replies
  • JMP Error

     Jmp crashed while I was saving a small .jmp file and now although I can open JMP okay I get the following error when I try to read any .jmp file ( I've tried about 10 different files that I had saved previously) I tried rebooting my PC but the error still persists. If anyone has experienced a similar issue I would be glad to hear how to get round it.  

    David_Morrow David_Morrow
    Discussions |
    Aug 8, 2019 8:27 AM
    2832 views | 1 replies
  • Jmp "Project" vs. "Application"

    Hi all, We're looking at scripting/automating some repetetive tasks.  I can't decide if it makes more sense to create this tool as a "Project" or a "Application".  They both seem to allow you to have a data table and multiple other reports open and organized as tabs within a single window.  I'm looking for any comments on the pros/cons of each approach.  Use case is having a data table associated ...

    klk klk
    Discussions |
    Aug 8, 2019 5:45 AM
    2237 views | 1 replies

Latest Discussions

  • How do I code find & replace in JSL, to remove text from a column & convert to number format.

    Hello JMP community, Once a week, I import .txt data with a battery voltage column (named "V1") where row values can be "3.45V", "3.34V", "3.12V", "3.23V", etc. I use Find & Replace manually to remove the letter "V" from the data, then manually change the data type from Character to Numeric. I suppose I don't quite understand how to include substitute() or mumger() in my scripts because I've tried...

    jpmontagne jpmontagne
    Discussions |
    Aug 8, 2019 6:24 PM
    7271 views | 5 replies
  • Jmp "Project" vs. "Application"

    Hi all, We're looking at scripting/automating some repetetive tasks.  I can't decide if it makes more sense to create this tool as a "Project" or a "Application".  They both seem to allow you to have a data table and multiple other reports open and organized as tabs within a single window.  I'm looking for any comments on the pros/cons of each approach.  Use case is having a data table associated ...

    klk klk
    Discussions |
    Aug 8, 2019 5:45 AM
    2237 views | 1 replies
  • Applying models to new data sets

    Hi all, I have creating a model from a particular DOE and wish to apply that model to a new data set from another experiment (parameters are all teh same, but factors may be different).  Is this possible?

    tbob tbob
    Discussions |
    Aug 7, 2019 10:15 AM
    3078 views | 3 replies
  • Temperature Profile - visualization

    Hi Guys, Could you please advice, how I can create below graph:I have been looking into graph builder but no luck.Thank you in advance Temperature PROFILE

    Mila Mila
    Discussions |
    Aug 6, 2019 8:06 AM
    3181 views | 3 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

Latest Discussions

  • 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
  • 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
    1315 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
    1436 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
    1667 views | 0 replies
  • How to analyze crossover design data in JMP

    I had crossover design data from one of my experiment, and I want to analyze it according to the rules of crossover design. Can someone please help me with this?

    sharmachetan sharmachetan
    Discussions |
    Jun 14, 2019 2:34 PM
    1288 views | 0 replies
view all discussions