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

  • 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
    7531 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
    6136 views | 2 replies
  • Clustering Analysis?

    Can I use clustering analysis with continuous variable target? I am using SAS jmp. I tried using continuous variable for hierarchical clustering but the answer returned an error. What am I missing? Attached is the data set.Salesprice is my continuous target variable

    ShriHanuman ShriHanuman
    Discussions |
    Apr 20, 2017 10:10 AM
    6413 views | 2 replies
  • How to force update (reshow) of Variability chart

    Hello,I am having an isuue updating (refreshing) a graph when data is updated. So far I can see that it is linked to the Variability chart platform, because using the same code and only changing the Variability chart to Graph Builder seems to work.The code given below is supposed to do the following:A window is launched with a button to collect data and a graph (Variability Chart)Initial values ar...

    samir samir
    Discussions |
    Apr 20, 2017 12:37 AM
    12633 views | 8 replies
  • Unbalanced data

    Hi  I'm interested in analysis of unbalanced data set (for example with 5% of target and 95% remaining..). Is there in JMP13 (not PRO) any feature like SMOTE or MSMOTE to balance the groups?   Thanks.  Felice

    FR60 FR60
    Discussions |
    Apr 19, 2017 5:00 AM
    6700 views | 1 replies

Latest Discussions

  • 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
    10313 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
    4253 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
    6290 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
    3404 views | 1 replies
  • Hide x axis and y axis

    Hi All, Is there a way to hide x axis and y axis? I don't want that to be plotted although I want the values corresponding to the x and y axis plotted in graph builder.  Thank you. 

    vishwasanj vishwasanj
    Discussions |
    Apr 10, 2017 3:27 PM
    5844 views | 2 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
    4253 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
    3312 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
    3331 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
    4388 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
    4713 views | 0 replies
view all discussions