cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Easily detect, manage, and convert column units in JMP by downloading Unit Conversion in the JMP Marketplace!
  • Need to analyze data that resides in a database? Register for the April 10 Master JMP webinar to learn how.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How do I reference data from column A to column B? (I honestly can't find the answer)

    Hi there, I know this is probably very easy for most but I've been searching through the JMP discussion pages, and also google searches just to simply do the following.  I want all the data in my "Age" column to be "referenced" or the same, as another column called AgeGroups since in this column I have made age ranges for the data values (16 to 24, 25-30 etc..). I've seen plenty of similar discuss...

    slamer2000 slamer2000
    Discussions |
    Apr 24, 2017 3:50 AM
    9679 views | 3 replies
  • How do I add labels to control limits and mean lines on a control chart?

    Is it possible to label the calculated control limit values and mean lines directly on a control chart?  I realize the information is reported in a table, but I'd like the lines on the plot to be labeled with this information.

    jacqueline_lerr jacqueline_lerr
    Discussions |
    Apr 23, 2017 5:39 PM
    17499 views | 8 replies
  • how to input picture in JMP?

    dear, how to input picture in JMP? thanks

    TONYMA TONYMA
    Discussions |
    Apr 22, 2017 4:40 AM
    7171 views | 1 replies
  • Question on windows and reports

    All,   I have a problem that probably originates from lack of understanding how things work in JSL. So, here it is:   I have an app that plots some graphs through Graph Builder and puts them in new window that has several tabs on them. No, I have to do the following: Plot Graph Builder:
    GrBld = Graph Builder( blah-blah-blah ); Then I have to get a report reference:
    reportGrBld = GrBld<<Report(); T...

    miguello miguello
    Discussions |
    Apr 21, 2017 4:44 PM
    7925 views | 3 replies
  • Counting Value Occurences

    I have a script that tracks progress of tasks through multiple phases. One of the things being calculated is how many task are in a given phase. I attached the table I'm working with. I want to count the number of times Currrent is listed in any column and create a list like this:   PhaseNCsStarted#Initial Data Collection#etc.    where the number in the NCs column is the number of times Current wa...

    rfeick rfeick
    Discussions |
    Apr 21, 2017 11:15 AM
    6531 views | 2 replies

Latest Discussions

  • How do I reference data from column A to column B? (I honestly can't find the answer)

    Hi there, I know this is probably very easy for most but I've been searching through the JMP discussion pages, and also google searches just to simply do the following.  I want all the data in my "Age" column to be "referenced" or the same, as another column called AgeGroups since in this column I have made age ranges for the data values (16 to 24, 25-30 etc..). I've seen plenty of similar discuss...

    slamer2000 slamer2000
    Discussions |
    Apr 24, 2017 3:50 AM
    9679 views | 3 replies
  • Measurement system nalysis - Bias and linearity

    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 in the picture attahcment   I have the following questions 1. We have set the linearity and Bias g...

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 6:06 PM
    10994 views | 3 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
    4636 views | 0 replies
  • Ordinal Logistics Regression for Key Driver Analysis

    Hi all, I need to do a key driver analysis and identify the top 10 drivers for customer satisfaction. The data set that I have consists of 1 ordinal dependent variable and about 20-30 independent variable (ordinal, nominal, binary).  I tried to analysis the data set by Fit Y by X and Fit Model. However, I do not know what to look out for to identify the most important drivers. For numerical data, ...

    sarah_lee sarah_lee
    Discussions |
    Apr 17, 2017 6:45 AM
    6865 views | 3 replies
  • Help!!! error occur when installing JPM trial

    When i was installing JMP trial, this error occured. I tried many times, the same error occur with different files. How can i do ? Please help me i use Windows x64, JRE-8U121 installed Thanks Gary

    Garyaeron Garyaeron
    Discussions |
    Apr 16, 2017 5:11 AM
    3650 views | 1 replies

Latest Discussions

  • 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
    4636 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
    3511 views | 0 replies
  • Understanding the Dispatch and Legend Model and what exactly is Base(0,0,0)?

    My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Feb 26, 2017 9:30 AM
    3660 views | 0 replies
  • Data Binding Associative Arrays

    I recently had need to create some slightly complex data structures and started to play with associative arrays a little more.  These are similar to dictionaries in other languages.  Where they differ is that most languages to improve speed, when assigning an object in a dictionary to a variable it does a data binding.  Essentially it makes it so both the dictionary and the variable refer to the s...

    msharp msharp
    Discussions |
    Feb 14, 2017 1:53 PM
    4629 views | 0 replies
  • How to Maintain JMP Graphs Table Layout When Copy and Pasting into Word

    For years I've had to build sets of graphs using the Fit Y by X platform. The graphs are simple: X-axis is always (1) a character, nominal column and (2) a numeric, continuous date/time column. The Y-axis is always numeric, continuous data (bins, registers, parameters). The result is a list of box plot on the left, time trend on the right. There could be many plots at a time. In JMP 12 (and I thin...

    MIKE MIKE
    Discussions |
    Dec 14, 2016 8:48 AM
    4964 views | 0 replies
view all discussions