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

  • Estimating slopes and intercepts in ANCOVA

    I am feeling particularly dumb today and hope someone can help me feel smarter.  When running an ANCOVA with separate slopes, I would like to get estimates of the slopes and intercepts of each group along with the t-tests of significance.  In SAS, I can run GLM and specify the model like this (using the JMP "Drug" data table):model y = Drug Drug*x / noint solution; I cannot find anything in JMP th...

    abh1 abh1
    Discussions |
    Sep 17, 2019 12:48 PM
    5134 views | 7 replies
  • How do I read in a text file line by line.

    It is possible to read in a JSL Script line by line (actually JMP makes a list with each line as a list item) using the code below. myFile= open("$PATH\testScript.jsl");
    myCfLines= myFile[scriptBox(1)] << getLines(); However, when I try to do this with a text file which has a '*.txt' extension JMP automatically opens this as a data table and so I cannot use this method to get the lines (as it's  no...

    thickey1 thickey1
    Discussions |
    Sep 17, 2019 12:07 PM
    18177 views | 6 replies
  • Reproducing the Variability / Attribute Gauge Chart as a script

    I’m in the midst of creating a Custom Starter for JMP like the one described here: https://community.jmp.com/t5/JMP-Add-Ins/JMP-Custom-Starter-Six-Sigma-DMAIC-Menu-Add-in/ta-p/29384 My question is a bit involved, so please bear with me. I have a problem re-creating one of the JMP standard menu items, namely the “Variability / Attribute Gauge Chart” found in the Analyze: Quality and Process menu sy...

    kevinatkodak kevinatkodak
    Discussions |
    Sep 17, 2019 9:55 AM
    6896 views | 6 replies
  • UUID generator

    I'm trying to make a standard guid, but hex() is giving me a weird value. I assume it's because of the encoding hex() uses.   Can anyone give me some clarity on the below script? Or if someone even just has a UUID function that would be even better.    Names default to here(1); full_h = "123e4567-e89b-12d3-a456-426655440000"; h = substitute(h, "-", ""); n = hex to number(h); h_again = hex(n); n_ag...

    vince_faller vince_faller
    Discussions |
    Sep 17, 2019 6:25 AM
    5999 views | 7 replies
  • integration of JMP into Jupyter notebooks

    Context: initial model development is with JMP Pro-14. Further model development and processing is done with Python using Jupyter notebooks. At a relatively high frequency,  JMP graphical interface is preferred to the static graphics provided by Python libraries. I know that JMP score code can be exported as Python and as such integrated into notebooks. Are there any other touch points with Jypter...

    robert_reviere robert_reviere
    Discussions |
    Sep 16, 2019 1:36 PM
    2346 views | 1 replies

Latest Discussions

  • Estimating slopes and intercepts in ANCOVA

    I am feeling particularly dumb today and hope someone can help me feel smarter.  When running an ANCOVA with separate slopes, I would like to get estimates of the slopes and intercepts of each group along with the t-tests of significance.  In SAS, I can run GLM and specify the model like this (using the JMP "Drug" data table):model y = Drug Drug*x / noint solution; I cannot find anything in JMP th...

    abh1 abh1
    Discussions |
    Sep 17, 2019 12:48 PM
    5134 views | 7 replies
  • Reproducing the Variability / Attribute Gauge Chart as a script

    I’m in the midst of creating a Custom Starter for JMP like the one described here: https://community.jmp.com/t5/JMP-Add-Ins/JMP-Custom-Starter-Six-Sigma-DMAIC-Menu-Add-in/ta-p/29384 My question is a bit involved, so please bear with me. I have a problem re-creating one of the JMP standard menu items, namely the “Variability / Attribute Gauge Chart” found in the Analyze: Quality and Process menu sy...

    kevinatkodak kevinatkodak
    Discussions |
    Sep 17, 2019 9:55 AM
    6896 views | 6 replies
  • integration of JMP into Jupyter notebooks

    Context: initial model development is with JMP Pro-14. Further model development and processing is done with Python using Jupyter notebooks. At a relatively high frequency,  JMP graphical interface is preferred to the static graphics provided by Python libraries. I know that JMP score code can be exported as Python and as such integrated into notebooks. Are there any other touch points with Jypter...

    robert_reviere robert_reviere
    Discussions |
    Sep 16, 2019 1:36 PM
    2346 views | 1 replies
  • 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
    2855 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
    30527 views | 6 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
    2157 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
    1401 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