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 select rows in a JSL tablebox and assign them a specific color

    I placed a tech support ticket to get the answer for this simple question, since there are no other post that are relevant to this issue. I decided to share the answer here with the JMP community so others could benefit as well:My Question:If it’s possible, I would like to know if I can perform the following on a TableBox:GuiWindow = NewWindow("SMS1"); theBox = TableBox(stringColBox("State",{"Flor...

    javier_guzman0 javier_guzman0
    Discussions |
    Sep 18, 2017 11:13 AM
    14526 views | 3 replies
  • Multiple Comparisons in a contingency table

    Hello. Assuming I have a nominal outcome (0/1) as my Y variable. I have 5 different years with a specific incidence of events occuring each year (x1,x2,x3,x4,x5), but also an overall incidence over the years: x*. Creating a Fit x/y and I get a contingency table, indicating me a difference over the years. How can I however identify which years are independently different to x* ?How can I calculate ...

    marcax marcax
    Discussions |
    Sep 18, 2017 7:42 AM
    4242 views | 2 replies
  • How to set format for Distribution platform output?

    Analyze=>Distribution
    gives (by default) the following format:Level Count Prob
    1    4    0,03846
    2   32   0,30769
    3   57   0,54808
    4   11   0,10577
    Total  104  1,00000but I need so:Level Count Prob
    1    4     3,8%
    2   32   30,8%
    3   57   54,8%
    4   11   10,6%
    Total  104  100,0%It's easy to obtain if call (by double-clicking on it):
    "Column Numeric Format".OK! But it works for ONE variable! But I have MANY vari...

    Ted Ted
    Discussions |
    Sep 18, 2017 12:28 AM
    8971 views | 6 replies
  • Use for loop on variability chart for several columns

    Hi,I have several columns in a dataset and wanted to use script to plot them in variability chart so that I can generate these plots with similar settings. But there is an error. Can someone enlighten what should be the correct syntax? my script:dt = currentdatatable();

    colnames = dt << get column names( numeric );

    show(colnames);

    nw = New window("Plots");

    for(i=5, i<nItems(colnames), i++,
    test = colna...

    cdoraem cdoraem
    Discussions |
    Sep 17, 2017 7:40 PM
    7831 views | 4 replies
  • Jackknife Predicted Values


    Dear developers.I need to retrieve the predicted value from JackknifeI saw an example of getting the value from the table in the scripting guide..myJackVal = column(“Jackknife Distances”)<<Get Property(“Jackknife value”);Unfortunately I don’t know how to save the values to the data table.Can someone please help?Thanks,Pniel

    pniel pniel
    Discussions |
    Sep 16, 2017 10:58 PM
    10985 views | 3 replies

Latest Discussions

  • Multiple Comparisons in a contingency table

    Hello. Assuming I have a nominal outcome (0/1) as my Y variable. I have 5 different years with a specific incidence of events occuring each year (x1,x2,x3,x4,x5), but also an overall incidence over the years: x*. Creating a Fit x/y and I get a contingency table, indicating me a difference over the years. How can I however identify which years are independently different to x* ?How can I calculate ...

    marcax marcax
    Discussions |
    Sep 18, 2017 7:42 AM
    4242 views | 2 replies
  • Query Script

    I am creating a script that starts with a modal window and runs a couple of stored procedures and automatically joins the resulting tables. These are fairly large tables, and I want to add an option for the user to run something similar to the Query Builder, where they can select columns as filters and input the data they want filtered. How would I go about doing this before the tables are open? I...

    aallman aallman
    Discussions |
    Sep 14, 2017 9:00 AM
    4705 views | 4 replies
  • Modal Window Cancel button

    I have created a script that begins with a modal window that lets the user select one or more check boxes in a list. The script works perfectly fine, the only problem is that the modal window has the "OK" button and no "Cancel" button. If the user exits the modal window using the X in the top corner, the first part of the script (that doesn't require any of the information from the check box list)...

    aallman aallman
    Discussions |
    Sep 13, 2017 7:49 AM
    7892 views | 2 replies
  • 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
    3096 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
    5932 views | 3 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
    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
    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