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

  • 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
    1205 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
    1083 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
    1083 views | 1 replies
  • How to setup Combo box list?

    Hello.I wanna make a list using combo box, showing ".csv" only.How to setup the list? In my code,All files are listed up on selected directory. Names Default To Here( 1 ); Load file = New Window( "New Window", <<modal(), <<ReturnResult, <<on close( ), H List Box( Text Box( "Choose directory" ), Spacer Box( size( 10, 10 ) ), BB1 = Button Box( "Load file", address1 = Pick Directory(...

    LBrian LBrian
    Discussions |
    Jun 8, 2023 10:05 PM
    1611 views | 3 replies
  • How to tell if an optional argument that could be an Associative Array is missing

    As noted in the title, if I have a function that takes some argument that could be an Associative Array:   someFunc = Function( {arg1}, [...] )   And the argument is optional, how to I check `Is Missing`? When I try to use Is Missing in cases where the value does turn out to be an Associative Array I get the error "argument should be numeric in access or evaluation of 'Is Missing' , Is Missing/*##...

    mat-ski mat-ski
    Discussions |
    Jun 8, 2023 2:35 PM
    1033 views | 1 replies

Latest Discussions

  • 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
    1205 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
    1256 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
    1520 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
    1073 views | 1 replies
  • Calculate the probability to find the numbers that appear in European roulette.

    Taking several factors into account:   The Dealers change every 30 minutes. (each dealer is different).In the 30 minutes between 50 and 60 pitches are made.In fast roulette, the ball is always thrown in the same direction.You have to take into account the different types of caustics that exist between the numbers, for example if an 11 comes out: a 22 and a 33 can come out (this play is called twin...

    atari512 atari512
    Discussions |
    Jun 7, 2023 8:56 AM
    1683 views | 2 replies

Latest Discussions

  • 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
    629 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
    633 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
    768 views | 0 replies
  • Interpreting Pairwise Tukey HSD t ratio in Zero-Inflated Poisson

    The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...

    ConstructChart2 ConstructChart2
    Discussions |
    Apr 13, 2023 12:46 PM
    982 views | 0 replies
view all discussions