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

  • JMP on Ipad Pro

    Hi all, working on MacOS, I am trying to convince me to switch to iOS and a new Ipad pro. Everything I do on my MBPro is doable on Ipad Pro, EXCEPT JMP!Yes there is JMP graphViewer, but no way to implement data in a JMP table, or to convert a xls file filled on the Ipad to JMP... So, have any of you got a solution? Thank's Nico

    praco praco
    Discussions |
    Sep 16, 2019 12:26 PM
    2854 views | 2 replies
  • reference to a baseline value

    We perform tests that measure performance of a device over time. The output is a value relative to the starting value. Right now to get to such relative performance, I setup a jmp sheet in such a way that I know what the reference is: Example:Row Device Time Performance 1 T1 0 97 2 T2 0 ...

    robhanssen robhanssen
    Discussions |
    Sep 16, 2019 9:50 AM
    12393 views | 6 replies
  • Saving files as images with high resolution

    I need to be able to save my JMP files as images with a high resolution for printing. As far as I can tell (I am a new user), images (tiff, jpeg, etc.) are always saved with a dpi of 96, whereas I need a resolution of at least 300 dpi in order to have acceptable images for my manuscript's print publication. Any suggestions?

    Discussions |
    Sep 16, 2019 9:40 AM
    30523 views | 6 replies
  • How to evaluate the defect rate and overall defect rate with the varaibility of the model?

    Hello, I am currently validating an analytical method and more specifically the robustness of the method. We should have been evaluate the robustness of the method during developement but for this old one, it has not been performed.To evaluate the robustness of the method, we perform a placket burman design with severals HPLC factors and we get as response the concentration of the analyte.To study...

    marfra marfra
    Discussions |
    Sep 16, 2019 8:00 AM
    1927 views | 1 replies
  • Customized Date Formats

    Is it possible to write one's own customized date format? I want a variant of the "date long" format in which the day of the week is abbreviated to exactly three characters (e.g. "Sat 01-Jan-2011"). I know I could script the same effect easily enough if I had to, but I also want to carry the new format though a number of graphical displays which will pick it up and use it automatically. Can it ...

    Discussions |
    Sep 15, 2019 5:55 AM
    10387 views | 6 replies

Latest Discussions

  • JMP on Ipad Pro

    Hi all, working on MacOS, I am trying to convince me to switch to iOS and a new Ipad pro. Everything I do on my MBPro is doable on Ipad Pro, EXCEPT JMP!Yes there is JMP graphViewer, but no way to implement data in a JMP table, or to convert a xls file filled on the Ipad to JMP... So, have any of you got a solution? Thank's Nico

    praco praco
    Discussions |
    Sep 16, 2019 12:26 PM
    2854 views | 2 replies
  • Saving files as images with high resolution

    I need to be able to save my JMP files as images with a high resolution for printing. As far as I can tell (I am a new user), images (tiff, jpeg, etc.) are always saved with a dpi of 96, whereas I need a resolution of at least 300 dpi in order to have acceptable images for my manuscript's print publication. Any suggestions?

    Discussions |
    Sep 16, 2019 9:40 AM
    30523 views | 6 replies
  • How to evaluate the defect rate and overall defect rate with the varaibility of the model?

    Hello, I am currently validating an analytical method and more specifically the robustness of the method. We should have been evaluate the robustness of the method during developement but for this old one, it has not been performed.To evaluate the robustness of the method, we perform a placket burman design with severals HPLC factors and we get as response the concentration of the analyte.To study...

    marfra marfra
    Discussions |
    Sep 16, 2019 8:00 AM
    1927 views | 1 replies
  • Decimal in datasheet vs graph builder

    Hi!I have some data and I am plotting it with graphbuilder. I set the decimal to two (Format → Dec: 2).When I put the data in graphbuilder, some of the numbers have 1 decimal point while others are rounded up with no decimal points. My data:Graphbuilder: How can I get the right values in the graph? Best regards  

    helmon helmon
    Discussions |
    Sep 12, 2019 3:19 AM
    1929 views | 1 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
    1400 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
    1361 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
    1452 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
    1708 views | 0 replies
view all discussions