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 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
    1619 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
    1041 views | 1 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
    1274 views | 3 replies
  • Help with formula: Calculating change relative to an initial timepoints for multiple samples

    Hello All, I am somewhat new to making conditional formulas in JMP and am having some difficulty with this one.  I will be collecting data at specific timepoints for multiple different samples.  Each sample has a corresponding value for the initial (T=0) timepoint and I would like to have a column for the %difference at a given timepoint relative to T=0.  The table will include multiple replicates...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Jun 8, 2023 12:34 PM
    3344 views | 8 replies
  • Replace characters in the string

    Hi JMP community, I'm trying to write a jsl code that would take a column with a string in it, and in each row, replace the count with the values in the count column. The final results should look something like in the Results columnAny Suggestions?  

    Jackie_ Jackie_
    Discussions |
    Jun 8, 2023 10:08 AM
    3321 views | 6 replies

Latest Discussions

  • 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
    1274 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
    1539 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
    1084 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
    1701 views | 2 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
    631 views | 0 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
    631 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
    636 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
    1195 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
    773 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
    986 views | 0 replies
view all discussions