cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • 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
    1718 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
    643 views | 0 replies
  • Robust regression in JMP

    Hi. I found outliers by detecting Robust Outlier analysis in unidimensional data at a time and Robust Outlier analysis in unidimensional data at a time. I wanna to prevent the influences of outliers in multiple linear regression analysis. Should I perform robust regression analysis? If so, how to do it? Or I can detect Hats, studentized Residuals, or Cooks' D distance? If not so bad result, I can ...

    sandychristine sandychristine
    Discussions |
    Jun 7, 2023 5:59 AM
    1908 views | 3 replies
  • JSL Calculate Elapsed Time Within Column By a Variable

    Hello, I am wondering if it's possible to create a JSL column formula to calculate the number of days between the observation of an ID WITHIN the same DATE column (e.g. "By ID, Calculate elapsed days By DATE").  The output would evaluate the appearance(s) of the same ID and calculate the elapsed time between each appearance of the same ID.  This is not a column A to column B comparison, this is a ...

    user_id user_id
    Discussions |
    Jun 7, 2023 3:30 AM
    2243 views | 5 replies
  • set background image to vlistbox/lineupbox

    I designed an UI like this. Wanna set a background picture to the whole page, not sure how to do it. below is my code: HomeWindow = New Window( "Home", HomeVlistbox = V List Box( Lineup Box( N Col( 3 ), spacerLoginLeft = Spacer Box(), V List Box( loginTitle = Text Box( "Welcome" ), loginPanelBox = Panel Box( "", loginLineUpBox = Lineup Box( N Col( 2 ), userNameTextBox ...

    AiSm AiSm
    Discussions |
    Jun 6, 2023 8:17 PM
    1261 views | 2 replies

Latest Discussions

  • 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
    1718 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
    643 views | 0 replies
  • Robust regression in JMP

    Hi. I found outliers by detecting Robust Outlier analysis in unidimensional data at a time and Robust Outlier analysis in unidimensional data at a time. I wanna to prevent the influences of outliers in multiple linear regression analysis. Should I perform robust regression analysis? If so, how to do it? Or I can detect Hats, studentized Residuals, or Cooks' D distance? If not so bad result, I can ...

    sandychristine sandychristine
    Discussions |
    Jun 7, 2023 5:59 AM
    1908 views | 3 replies
  • How to open a file directly on the public network server?

    Thanks!serverIP = "999.888.38.99"; serverfilepath = "C:\3\123.json"; serverusername = "Administrator"; serverpassword = "test";

    UersK UersK
    Discussions |
    Jun 6, 2023 6:05 PM
    1008 views | 1 replies
  • Using JSL to send emails

    I'm trying to use JSL to send emails as part of a data retrieval query.  How do I embed a data table or Journal table into the body of my text message?Thanks

    lou lou
    Discussions |
    Jun 6, 2023 11:00 AM
    12348 views | 18 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
    643 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
    647 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
    1209 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
    787 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
    1009 views | 0 replies
view all discussions