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 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
    10984 views | 3 replies
  • Fit Multiple non linear Y responses

    Hi all,  I want to do a Fit model with a least squares regression and I want to include the effect of the dilution of antibody which follows more or less a sigmoid model. I could of course include dilution up to to dilution^4 as effects, but a polynomial model doesn’t really give the output I want since I would like the response plateau from a sigmoid model to be present. Essentially, I want to do...

    frederikaidt frederikaidt
    Discussions |
    Sep 15, 2017 12:16 AM
    9291 views | 5 replies
  • error: row number (-1) is not valid.

    Hi,I am following the very first example on "hello world' in JMP scripting basic and has encountered error.script:for(i=1, i<5, i++,
    X=i;
    A="Hello, World";
    print(X,A));
    print("done");error:Cannot set value for the column 'X' because the row number (-1) is not valid. Can anyone enlighten what is wrong with the script?

    cdoraem cdoraem
    Discussions |
    Sep 14, 2017 9:17 PM
    7985 views | 3 replies

Latest Discussions

  • 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
    4704 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
    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

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
    3361 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