cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Name Selection in Column -

    Hello JMP Community, A bit challenging problem - I am trying to select Name Selection in Column  matrix [X,Y] of 26 x 29 points.  Create a Column in the data table and highlight them as belowIs there a way to Name all the with jsl instead of manually selecting and naming them? I have attached the XY tableAny suggestions would be much appreciated  Thanks a lot,The best community  

    Jackie_ Jackie_
    Discussions |
    Jun 10, 2023 7:09 AM
    1792 views | 5 replies
  • Loop through the list and concate

    Hello forks, I am trying to loop through the list and contact the string but it only reads the first value in the list.Is there a workaround?   Here's the code:dt = current data table(); //List 1 uniq = {"S", "V"};
    //list 2 binnaming = {"Dummy", "Sigma"};
    Loop through the list to concede the strings and write to the data table rows For( i = 1, i <= N Items( uniq ), i++, :Column 1[i] = "BIN = \!""
    ...

    Jackie_ Jackie_
    Discussions |
    Jun 9, 2023 1:15 PM
    829 views | 1 replies
  • How to find all combinations of a variable?

    Hi! I need to be able to find combinations of a variable that equals a certain number. For example, I have a list of 5 solvents all with different solubility parameters. I need to be able to identify what combination of solvents would equal a solubility parameter of approximately 10 (Ex. 30% solvent A + 70% solvent B = solubility parameter of 10.05).  Any ideas om how to achieve this?

    WeightedElk7793 WeightedElk7793
    Discussions |
    Jun 9, 2023 11:26 AM
    664 views | 1 replies
  • Creating a series column based on other column values.

    Hello, I need help with creating a column, using JSL,  that fill a series and increase by one when a triggered by another column value. Like column 2 below, every time there is a “Yes” in column 1 it increases by 1 the value in column 2.
    Hope I am clear enough. Column 1Column 2No1No1No1No1Yes2No2No2No2No2No2Yes3No3No3No3

    ileshem ileshem
    Discussions |
    Jun 9, 2023 10:20 AM
    938 views | 3 replies
  • JMP heatmap Color display wrongly with nominal data

    HiJMP seems to have a bug to show multi colors in one cell.When I select "other" group, all green cell (other group) should be marked with dark color, but the cell I circled was not.When I select the cell I circled previously, it is supposed to mark other group in legend. But it marked "edge" and "void" groups.Any one knows how to display this multi color correctly, thank you in advance.    

    Edwinchiang Edwinchiang
    Discussions |
    Jun 9, 2023 8:07 AM
    976 views | 2 replies

Latest Discussions

  • How to find all combinations of a variable?

    Hi! I need to be able to find combinations of a variable that equals a certain number. For example, I have a list of 5 solvents all with different solubility parameters. I need to be able to identify what combination of solvents would equal a solubility parameter of approximately 10 (Ex. 30% solvent A + 70% solvent B = solubility parameter of 10.05).  Any ideas om how to achieve this?

    WeightedElk7793 WeightedElk7793
    Discussions |
    Jun 9, 2023 11:26 AM
    664 views | 1 replies
  • Creating a series column based on other column values.

    Hello, I need help with creating a column, using JSL,  that fill a series and increase by one when a triggered by another column value. Like column 2 below, every time there is a “Yes” in column 1 it increases by 1 the value in column 2.
    Hope I am clear enough. Column 1Column 2No1No1No1No1Yes2No2No2No2No2No2Yes3No3No3No3

    ileshem ileshem
    Discussions |
    Jun 9, 2023 10:20 AM
    938 views | 3 replies
  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    603 views | 0 replies
  • Kaplan-Meier plot assistance

    Good Afternoon, I'm trying to generate a very simple Kaplan-Meier plot with necropsy day and date. I'm using the survival tab but the graph appears as if there are 3 animals remaining at the 86d time point and the graph starts at 0.8 not 1.  Please assist. I know this is probably something very simple but I have tried for over a day and cannot figure out how to fix it!  The data is attached. There...

    perrydl perrydl
    Discussions |
    Jun 9, 2023 7:19 AM
    883 views | 2 replies
  • Extracting control limits from column info

    I am trying to extract control limits from column info, I have used the below code to extract spec limits, but if I do the same for control limits, it does not work because it treats everything as one element in the list. p = c << get property( "Spec Limits" );
    plst = Eval List( {Arg( p, 1 ), Arg( p, 2 ), Arg( p, 3 )} ); Any ideas? Thanks!

    Abby_Collins14 Abby_Collins14
    Discussions |
    Jun 8, 2023 2:21 PM
    954 views | 3 replies

Latest Discussions

  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    603 views | 0 replies
  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    454 views | 0 replies
  • Selecting multiple legend entries - how?

    Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:- select a first entry- press shift *)- while clicking on another entry.If everything works fine, at the end both entries plus the entries in between will be selected. But there are cases where either the first selected entry or all entries are deselected at the end.
    Is there a feature beh...

    hogi hogi
    Discussions |
    May 24, 2023 3:08 PM
    497 views | 0 replies
  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    902 views | 0 replies
  • Goodness of Fit statistics for GLM Probit Fit: Deviance or Pearson?

    Which GoF statistic is best to use (Pearson or Deviance) when the results disagree?  Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0 

    DBerger DBerger
    Discussions |
    Apr 18, 2023 12:50 PM
    604 views | 0 replies
view all discussions