cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to report box plot averages on a graph

    I am trying to analyze 5 different set of data each with 4 replicates. I have plotted each set of the data as box plots, I am looking for a way to report the average for each box plot and have it show up next to each plot. 

    jlogan jlogan
    Discussions |
    Oct 12, 2017 8:43 AM
    6958 views | 1 replies
  • Formula for Grouping months by season

    Hi,I thought this was a rather simple formula to create, but found myself receiving formatting errors.I have a column, character type, that contains months (October, November, December, and so on...).  I created a new column called "season" and wrote an IF(Contains(...formula to claasifiy if the month is October Then = fall,  and so on through the list creating the 4 categories (summer, winter, sp...

    Onjai Onjai
    Discussions |
    Oct 11, 2017 6:52 AM
    9104 views | 5 replies
  • Selecting specific columns and concatenating

    Hi All,   Right now, I open a bunch of data tables and put it in a list called datalist.   For(i = 2 ,i <= N Items(datalist) , i++, fdt = datalist[1]; fdt<< Concatenate(Data Table(datalist[i]),append to first table(1)); close(Data Table(datalist[i]),nosave); ); fdt << set name( "Final_Table");     This concatenates everything and it takes a lot of time when I try to concatenate 100's of tables to...

    vishwasanj vishwasanj
    Discussions |
    Oct 10, 2017 1:30 PM
    6659 views | 3 replies
  • Generate/export JMP graph (histogram, cumulative distribution, survival analysis) as tabular data?

    I am wondering if there is a way to export the histogram, cumulative distribution function (CDF), and Kaplan-Meier style survival curve graphs I created in jump as simple x and y coordinate data that I could then use in another graph program.  Is there a way to do this natively in JMP?  If not, is it at all possible to write a script to do this? Below are some simplified examples that I did manual...

    StatsGuy StatsGuy
    Discussions |
    Oct 10, 2017 9:07 AM
    8297 views | 2 replies
  • What script code do I need to automatically add a background image to a graph box?

    What script code do I need to automatically add a background image to a graph box?

    Here's a sample of a simple script I use to create a graph box:win = New Window( "Map", Graph Box( Frame Size(600, 600), X Scale(0, 1252), Y Scale(0, 1252), Pen Color("white"), Line( {10, 10}, {10, 1200} ); Line( {600, 10}, {600, 1200} ); Line( {1200, 10}, {1200, 1200} ); ) );After I run the above scr...

    mcudzinovic mcudzinovic
    Discussions |
    Oct 9, 2017 2:35 PM
    10778 views | 6 replies

Latest Discussions

Latest Discussions

  • Cox Proportional Hazard - adjusting risk ratio with std dev

    I'm working with someone who is using SAS and I'm trying to do the same analysis in JMP.  When I  questioned their hazard ratio they said it was adjusted by the standard deviation. They commented:In order to obtain results in units of 1 standard deviation – you simply get the standard deviation value for parameter of interest and introduce it in the PH regression statement, for example:proc phreg ...

    Maureen Maureen
    Discussions |
    Aug 22, 2017 1:18 PM
    3513 views | 0 replies
  • JSL How do I wrap the title text of a OutlineBox?

    Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Jun 13, 2017 5:38 AM
    4562 views | 0 replies
  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2274 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4520 views | 0 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3424 views | 0 replies
view all discussions