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

  • 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
    1873 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
    2196 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
    1232 views | 2 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
    988 views | 1 replies
  • How to add a button to open a script in another folder.

    Hi all, how can i make it such that whenever i click a button i placed in a journal it will run the script that is located in another folder.Using a test script below i am able to successfully open script in another folder. This is on JMP16. Names Default To Here( 1 ); Clear Log(); Dir = Get Default Directory(); file_name = "JMP script/Load_PD.jsl"; file_path = Char(Dir || file_name); Open(fil...

    Dyan Dyan
    Discussions |
    Jun 6, 2023 1:48 PM
    2073 views | 3 replies

Latest Discussions

  • 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
    1873 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
    988 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
    12251 views | 18 replies
  • Correlation of complex type of variables

    Hi community, I have two small questions about trying to correlate a continuous numeric variable with other variables that are not quantitative in nature: 1) The first case concerns a likert scale. How to correlate a continuous variable with a second variable which is a likert scale (preference scale from 0 to 5 for example)? > can I use Multivariate platform and display spearman coefficient to me...

    Julianveda Julianveda
    Discussions |
    Jun 6, 2023 8:25 AM
    1126 views | 1 replies
  • MANOVA statistics missing

    MANOVA statistics such as Pillai's trace and Wilks' lambda are not shown in a MANOVA report, when there are only two levels in the predictor variable. Is there a way to get these statistics? Thanks!

    MKS MKS
    Discussions |
    Jun 6, 2023 6:11 AM
    962 views | 1 replies

Latest Discussions

  • 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
  • oci connection example

    I am looking for an example of how to connect to oracle data with JMP 16 via oci. I have seen notes indicating that it is a far faster connection.

    sconard sconard
    Discussions |
    Apr 10, 2023 10:40 AM
    653 views | 0 replies
view all discussions