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

  • Help to develop script for normalized calcualtion

    Hello, Could I get some help to develop a script which can calculate a normalized score. For example, in the attached sheet I have point scores for 5 people. It is difficult to compare them as is since each person's score seem to be on a different scale.I would therefore normalize the data and compare. First, I compute the average score for each person and then divide each person's score with his ...

    raj138 raj138
    Discussions |
    Aug 19, 2019 2:30 PM
    3280 views | 4 replies
  • copy column from one table to another (bring the formula and the heading

    Hi. I have two tables. one with the heading and formula I need.And at other tables is the one with the formulas. How can copy the column from one table (bring the formula and the heading) to another. Thanks

    Batista Batista
    Discussions |
    Aug 19, 2019 9:19 AM
    2650 views | 3 replies
  • JMP plotting: only applying color scheme to one component

    Dear all, I wish to create a contour plot using the Graph Builder and to color this contour plot by a specific column value using the overlay feature.  So far this is pretty easy.  In addition, I would like to overlay this contour plot with the actual data points.  This is easy too, by dragging the scatterplot icon down onto the plot, I can easily add the points.   However, my problem is that the ...

    pjkiley pjkiley
    Discussions |
    Aug 19, 2019 6:36 AM
    3404 views | 3 replies
  • Interactively changing menu in an add-in

    I have developed a handful of add-ins that are similar but slightly different.  Each contains 30-40 scripts. Most of the scripts are the same,but some of the scripts available are different.  The differences are based on geography.  I would like to combine these into one add-in with the ability to select geography.  For example, if the user selected "Europe" as geography, the menu would change to ...

    johnmoore johnmoore
    Discussions |
    Aug 16, 2019 12:16 PM
    1423 views | 1 replies
  • Graphbuilder: Side by side bars

    Hi,
    I have a graph with two Y-axis with different scales.
    The bar style is "Side by side" but they seem to cluster together.I tried to put fewer samples on the graph so there would be fewer bars but that didn´t work.Any ideas of how to make them side by side and not cluttered together?Best regards 

    helmon helmon
    Discussions |
    Aug 16, 2019 12:10 PM
    3947 views | 3 replies

Latest Discussions

  • copy column from one table to another (bring the formula and the heading

    Hi. I have two tables. one with the heading and formula I need.And at other tables is the one with the formulas. How can copy the column from one table (bring the formula and the heading) to another. Thanks

    Batista Batista
    Discussions |
    Aug 19, 2019 9:19 AM
    2650 views | 3 replies
  • Interactively changing menu in an add-in

    I have developed a handful of add-ins that are similar but slightly different.  Each contains 30-40 scripts. Most of the scripts are the same,but some of the scripts available are different.  The differences are based on geography.  I would like to combine these into one add-in with the ability to select geography.  For example, if the user selected "Europe" as geography, the menu would change to ...

    johnmoore johnmoore
    Discussions |
    Aug 16, 2019 12:16 PM
    1423 views | 1 replies
  • Graphbuilder: Side by side bars

    Hi,
    I have a graph with two Y-axis with different scales.
    The bar style is "Side by side" but they seem to cluster together.I tried to put fewer samples on the graph so there would be fewer bars but that didn´t work.Any ideas of how to make them side by side and not cluttered together?Best regards 

    helmon helmon
    Discussions |
    Aug 16, 2019 12:10 PM
    3947 views | 3 replies
  • Convert character timestamp to typical numeric format

    I would like to convert a character timestamp format like this one:06/28/19 11:26:29:252to a typical numeric format06/28/19 11:26:29Any help much appreciated.

    WHG WHG
    Discussions |
    Aug 16, 2019 6:42 AM
    4884 views | 7 replies
  • Save Graph & Datatable and output as png file

    I am generate Variability Chart & snapshot of datatable that match to the particular test and stored into journal. At the same time i want to output "Variability Chart + Statistic Table" together as 1 png file. So far, i only able to export Variability chart as png file. I couldn't combine it both to output as 1 png file. Need some advise. Here attached my input table.    My Code   dt_final = Ope...

    OneNorthJMP OneNorthJMP
    Discussions |
    Aug 16, 2019 6:04 AM
    5081 views | 3 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
    1286 views | 0 replies
view all discussions