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.

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

  • Assign table reference to selected item from list box

    Hello, I am attempting to script a dialog window that prompts the user to select 2 data tables from a pair of list boxes that display all currently open table names.  The dialog window, list box, and selection process all work as intended however once I have the 2 selected table names as variables I hit a road block when trying to associate them to data table references.  The data table references...

    RyMcQeN RyMcQeN
    Discussions |
    Aug 28, 2017 9:59 AM
    7082 views | 2 replies
  • Life Distribution: Fixing p and fixing Weibull beta in DS Weibull and solving only for Weibull alpha

    Life Distribution: Fixing p and fixing Weibull beta in DS Weibull and solving only for Weibull alpha Is there an easy way to fix n of n + m Life Distribution parameters and solve only for the remaining m parameters. Thanks.galactus3000  

    galactus3000 galactus3000
    Discussions |
    Aug 28, 2017 8:42 AM
    7672 views | 3 replies
  • How to test for independent data using JMP?

    My customer asked me to test a few test of data for independent data. He told me to use Run Chart and check p value. However i am unable to determine how this is done. Basically what we are trying to achieve is take data sets for a particular characteritsics from many machines,Our intent is to check the following, We should test for normality, independency and hypothesis testing for mean and equal...

    Aravindan Aravindan
    Discussions |
    Aug 28, 2017 6:20 AM
    11814 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
    8831 views | 5 replies
  • Overlay variable for ONE graph only

    I am trying to replicate a graph for which I have downloaded the exact same data but I am having trouble using overlay selectively. This is the original graph: and this is the most I manage to get:  My biggest issue is getting the accumulated black line. As I use overlay to create the stacked bars, the overlay applies to the points too and I end up getting plenty of points/lines... Is there a way ...

    morenopelaez_p morenopelaez_p
    Discussions |
    Aug 27, 2017 7:44 PM
    13587 views | 6 replies

Latest Discussions

  • 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
    8831 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
    6266 views | 6 replies
  • 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
    3362 views | 0 replies
  • Is there a correlation coefficient for multiple linear regression ?

    Hello, while I can display in simple linear regression a Pearson correlation coefficient to a specific R2/R2adjusted, can I, or is there a way to get a correlation coefficient for a multiple linear regression model, where two or more variables improve my R2adjusted significantly ? Many thanks, Marc 

    marcax marcax
    Discussions |
    Aug 22, 2017 7:48 AM
    5348 views | 3 replies
  • How to force datatype of columns when importing Excel file

    Hi all, I am trying to import an Excel worksheet in JSL, but I meet a problem with some columns which are detected by JMP as numeric whereas they should be character. So I end with empty columns and I can't find a way of telling JMP these columns should be read as character, either in JSL or in Excel import wizard.Here is my JSL script : jsl_dt_orig = open(jsl_fic_planning, //private, Worksheets...

    heloiseheraud heloiseheraud
    Discussions |
    Aug 21, 2017 8:51 AM
    8385 views | 4 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
    3362 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
    4381 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
    2160 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
    4260 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