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

  • 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
    1363 views | 2 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
    741 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
    1207 views | 2 replies
  • Reliability Forecast

    I am trying to predict warranty returns but want to use the Bayesian estimation tools to update the warranty predictions. No matter what I do I can’t seem to get the warranty predictions to update after applying a Bayesian model. Is it possible to use the Bayesian tools with Reliability Forecast? If not, how would you recommend going about adjusting those return predictions for the updated posteri...

    AcceptanceGnu69 AcceptanceGnu69
    Discussions |
    Jun 9, 2023 6:16 AM
    1084 views | 1 replies
  • How to handle unchecking a checkbox error?

    I want the user to select only one item using the following e.g. Names Default To Here( 1 ); New Window( "Example", cb = Check Box( {"Max", "Median", "Min", "Mean", "Std Dev"}, returned = (cb << Get Selected ())[1]; Print( returned ) //{"Mean", "Std Dev"} or etc ) ); The above works, but if the user checks and then unchecks the checked box, JMP throws an error as it can no longer execute  ...

    Neo Neo
    Discussions |
    Jun 9, 2023 5:43 AM
    1085 views | 1 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
    741 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
    1207 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
    1260 views | 3 replies
  • Help to concatenate 3 columns with labels rather than values

    Hello, I wanted to check if anyone has a solution for concatenating 3 columns with the labels of those columns rather than the values?  ThanksRitesh 

    riteshj riteshj
    Discussions |
    Jun 7, 2023 11:04 AM
    1532 views | 4 replies
  • Map file specific for Chesapeake Bay

    I would like to try the geographic map feature with some of my data. Are there any sites or sources with a wider range of maps than what is provided with JMP? Specifically, I would like a map of the Chesapeake Bay. I'm not an Arc user so do not have access to that. Thanks!

    fishguy fishguy
    Discussions |
    Jun 7, 2023 10:51 AM
    1082 views | 1 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
    741 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
    630 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
    634 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
    1194 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
    771 views | 0 replies
view all discussions