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

  • Recode column names

    Hi, I am very new to JMP and would like to know how to rename the existing column name if it contains some character string that I am looking for ? For example if original column name is "ghdl_Male_test_case", how do I rename it to just "Male" ? Thanks in advance.

    Satya1 Satya1
    Discussions |
    May 1, 2023 10:37 AM
    1750 views | 3 replies
  • Adjusted spearman correlation analysis

    how to run Spearman correlation adjusted with age by using JMP? Thanks, pls!

    CassyLiu CassyLiu
    Discussions |
    May 1, 2023 9:19 AM
    885 views | 1 replies
  • Nominal logistic regression

    For my master's thesis on sleep apnoea, I would like to create a model. In a first step, I want to use nominal logistic regressions to see which parameters are significant. However, when running these regressions, I find interpreting the results difficult. Is there anyone who can help me with this?
    The images below contain the outcome of
    1) Nominal Logistic Fit Model of a categorical variable (knowl...

    PV1 PV1
    Discussions |
    May 1, 2023 9:13 AM
    2727 views | 4 replies
  • Enhanced Log - n added after "column name"

    Folks, In utilizing the Enhanced log with data tables that have long, descriptive column names, the output is placing a "n" after the variable name as shown in some examples below.  Normally, the "n" isn't produced when the column name is short and doesn't include non-alphabetical characters such as & or ,.  While the Enhanced Log code will run with these additional characters, I'd like to better ...

    terapin terapin
    Discussions |
    May 1, 2023 9:05 AM
    4120 views | 8 replies
  • Graph Builder how do i make it detect the variables and insert them in?

       NX = 5; //NX NY are to specify the matrix indices for Graph builder NY = 5; If( Is Missing(colX1[i]), NX = NX - 1 ); If( Is Missing(colX2[i]), NX = NX - 1 ); If( Is Missing(colX3[i]), NX = NX - 1 ); If( Is Missing(colX4[i]), NX = NX - 1 ); show(NX); If( Is Missing(colY1[i]), NY = NY - 1 ); If( Is Missing(colY2[i]), NY = NY - 1 ); If( Is Missing(colY3[i]), NY = ...

    Dyan Dyan
    Discussions |
    Apr 30, 2023 7:29 PM
    913 views | 1 replies

Latest Discussions

  • Adjusted spearman correlation analysis

    how to run Spearman correlation adjusted with age by using JMP? Thanks, pls!

    CassyLiu CassyLiu
    Discussions |
    May 1, 2023 9:19 AM
    885 views | 1 replies
  • Nominal logistic regression

    For my master's thesis on sleep apnoea, I would like to create a model. In a first step, I want to use nominal logistic regressions to see which parameters are significant. However, when running these regressions, I find interpreting the results difficult. Is there anyone who can help me with this?
    The images below contain the outcome of
    1) Nominal Logistic Fit Model of a categorical variable (knowl...

    PV1 PV1
    Discussions |
    May 1, 2023 9:13 AM
    2727 views | 4 replies
  • Graph Builder how do i make it detect the variables and insert them in?

       NX = 5; //NX NY are to specify the matrix indices for Graph builder NY = 5; If( Is Missing(colX1[i]), NX = NX - 1 ); If( Is Missing(colX2[i]), NX = NX - 1 ); If( Is Missing(colX3[i]), NX = NX - 1 ); If( Is Missing(colX4[i]), NX = NX - 1 ); show(NX); If( Is Missing(colY1[i]), NY = NY - 1 ); If( Is Missing(colY2[i]), NY = NY - 1 ); If( Is Missing(colY3[i]), NY = ...

    Dyan Dyan
    Discussions |
    Apr 30, 2023 7:29 PM
    913 views | 1 replies
  • How to perform Pairwise comparison on Kaplan-Meier survival curve?

    Hello,I am currently conducting a survival experiment where I am investigating the impact of 8 different diets on the survival of my subjects. There are 8 total groups, each consisting of approximately 20 individuals, that are exposed to a single diet from day 1 until they pass away. Every day, I record the number of deceased individuals.After conducting the Kaplan-Meier curve using the survival a...

    CorrelationDeer CorrelationDeer
    Discussions |
    Apr 30, 2023 11:08 AM
    2239 views | 1 replies
  • How to use JSL graph background for transparent graphics?

    Such as big classThanks!

    UersK UersK
    Discussions |
    Apr 28, 2023 10:54 AM
    1675 views | 2 replies

Latest Discussions

  • 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
    1196 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
    775 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
    989 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
    658 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    705 views | 0 replies
view all discussions