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

  • How to obtain the Platform Script from a report window?

    Hi, I'm trying to read in the platform script from an open graph/analysis window. Using "window_ref = Window( i );" I can obtain a reference to that window, but I'm not sure how to obtain the platform object from this report window referece in order to get the platform script rather than the report window script.  Can anyone help with this?Thanks,Deepak G

    Discussions |
    Sep 13, 2017 7:01 AM
    9840 views | 3 replies
  • .json file to trend charts

    I have been following Craige and Xan's JSON parser document. I am using JMP 13.https://community.jmp.com/t5/JMP-Scripts/JSON-Parsing-Functions/ta-p/22253 This question may be simple to a lot of people. I am fairly new to scripting and I really appreciate your help.I have a .json file automatically getting created in a folder after the user make a selection on the web( lot number, wafer number, par...

    vishwasanj vishwasanj
    Discussions |
    Sep 12, 2017 4:43 PM
    9227 views | 4 replies
  • Merging two data tables while "intentionally" duplicating records for one against the other table.

    heHi All,I am trying to work on a project. I have two different data tables with uneven rows. Let say, Table 1 has 19 rows of data with 3 columns and Table 2 has 50 rows of data with 3 columns. For simplicity, let assume the following: Table 1HH_5_ZIP_CODEHH_LATHH_LONG0101095.2 N95.2 S0100194.1 N93.2 S0109265.45 N64.2 S01610122.1 N120.1 S  Table 2PD_5_ZIP_CODEPD_LATPD_LONG01606120.3 N119.2 S100011...

    jenkins_macedo jenkins_macedo
    Discussions |
    Sep 12, 2017 12:01 PM
    16823 views | 4 replies
  • Analyzing two files together

    Greetings, I just started using JMP and I am rusty in doing data analysis. Looking through the JMP help hasn't helped me figure out how to generate the analysis that interests me and my colleagues. I was provided with two sets of data, each in a csv file. Both sets of data are from a survey that was given to attendees of a course before the course began, then again after it ended to self-assess th...

    shorwitz shorwitz
    Discussions |
    Sep 12, 2017 9:46 AM
    12873 views | 9 replies
  • JMP Script to import data and create control chart

    Dear all,I'm begginer user of JMP (migrating from Minitab) and I'm trying to create a scrip to automatically import some data from excel and create the control charts. Actually either I don't if this is the best way to do that. So I started a script and imported tthe data. After that I created another script to use Control Chart Builder and create the control charts, but when I try to merge the tw...

    vjalvim vjalvim
    Discussions |
    Sep 12, 2017 7:35 AM
    7859 views | 3 replies

Latest Discussions

  • Weibull with threshold explanation on parameters

    Hello, Does anyone know where can I get definitions of TH Weibull parameters - what is location, threshold, location, etc?

    darshangandhi darshangandhi
    Discussions |
    Sep 8, 2017 7:24 AM
    3094 views | 1 replies
  • JSL recursion prevented

    From the switch to JMP 13 from JMP 12 I keep running across errors due to "JSL recursion prevented".  Mostly this is a good thing as I've had to fix bad practices in my code base, however often it just limits functionality.  Where I'm seeing it currently is in one of my reports I have a "filter" button, that reruns the display filtering out user specified data.  If that button is pushed too many t...

    msharp msharp
    Discussions |
    Sep 1, 2017 2:45 PM
    5931 views | 3 replies
  • How to generate a Learning Curve Plot for a machine learning method?

    Dear JMP users, Is it possible to generate a plot of learning curve such as shown below? Both scripting answer or interactive answer would be greatly appreciated. For example, for a machine learning method (e.g. linear regression), I would like to plot error rate in the Y-axis and training set size in the X-axis.(figure source: http://blog.revolutionanalytics.com/2015/09/why-big-data-learning-curv...

    UserLightNew UserLightNew
    Discussions |
    Aug 28, 2017 10:11 AM
    7224 views | 5 replies
  • list box and iteration

    Hello,I have a reporting showing data and structured as below:H1 = H list box(         V1 = V list box() / V2 = V list box() / V3 = V list box() / V4 = V list box());Is there a wait to script this type of structure using iteration as all the V list box are identical.I tried to use H1 << append (vi) method but it is not working. best regardsLionel  

    KinKame KinKame
    Discussions |
    Aug 28, 2017 5:26 AM
    8829 views | 5 replies
  • Is it possible to add a horizontal scroll bar to listboxbox?

    Hi, Is it possible to add a horizontal scroll bar to listboxbox? To be clear, it is a listbox(), not a col list box(). Ex:names default to here(1); myList ={}; for(i = 1, i <= 10, i++, myList[i] = char(i) || "abcdefghijklmnopqrstuvwxyz_abcdefghijklmnopqrstuvwxyz_abcdefghijklmnopqrstuvwxyz"; ); myWin = new window("test", lb = listbox(myList,nlines(7), width(250))); Thanks,Mike

    mikedriscoll mikedriscoll
    Discussions |
    Aug 23, 2017 1:03 PM
    6265 views | 6 replies

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
    3360 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
    4379 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
    2159 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
    4258 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
    3313 views | 0 replies
view all discussions