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

  • GLM

    Hi!I am trying to interpret the results from a Generalized Linear Model but I do not seem to find many examples of people using it and then writing about it in terms of analysis. I was wondering if any of you could provide some examples or a simple template on which numbers to look at. Thanks in advance

    PoissonOpossum3 PoissonOpossum3
    Discussions |
    May 15, 2023 4:06 AM
    863 views | 1 replies
  • Prediction Profiler simulator change variables from the table

    Hello,I have a response surface fit for 8 parameters. 4 of them changing randomly with normal distributions and other 4 have fixed values. I want to change these fixed values from a DOE table. Is there a faster way to do that, or should i change them manually? Thank you

    Hazal Hazal
    Discussions |
    May 15, 2023 3:54 AM
    853 views | 1 replies
  • Thank you for table previews!

    A huge kudos to whoever added the preview functionality to table split, stack, join, update, etc.! I used to shy away from using them because I didn't always understand what it was going to do with my data, but the previews instantly made these features so much more useful!   Thank you!

    BHarris BHarris
    Discussions |
    May 14, 2023 5:01 AM
    823 views | 1 replies
  • The tallest girl in Big Class is 66 inches, but who is she?

    I'm going to use the Big Class data as the example, but my data set is about an order of magnitude larger, and my co-worker's data set is even larger. There are several ways I can find out the maximum height of girls vs boys in the Big Class data set, but how can I keep the name column attached? I can make a table using Tabulate, but I can't add a name column because it just lists all the names. I...

    EMJohnson-Kueny EMJohnson-Kueny
    Discussions |
    May 14, 2023 1:16 AM
    2557 views | 5 replies
  • How to index list with a nested list

    Based on https://community.jmp.com/t5/Discussions/Combinations-of-a-list-put-into-columns/m-p/555454 I have a list list = {"A", "B", "C"}I need based on that make a list of all pair combinations. Link above helped me to get away from long cycles or joining tables into essentially a one-liner thanks to @brady_brady I have this so far:list = {"A", "B", "C"}; combinations = As List(N Choose K Matrix(...

    miguello miguello
    Discussions |
    May 13, 2023 6:43 AM
    2047 views | 4 replies

Latest Discussions

  • GLM

    Hi!I am trying to interpret the results from a Generalized Linear Model but I do not seem to find many examples of people using it and then writing about it in terms of analysis. I was wondering if any of you could provide some examples or a simple template on which numbers to look at. Thanks in advance

    PoissonOpossum3 PoissonOpossum3
    Discussions |
    May 15, 2023 4:06 AM
    863 views | 1 replies
  • Prediction Profiler simulator change variables from the table

    Hello,I have a response surface fit for 8 parameters. 4 of them changing randomly with normal distributions and other 4 have fixed values. I want to change these fixed values from a DOE table. Is there a faster way to do that, or should i change them manually? Thank you

    Hazal Hazal
    Discussions |
    May 15, 2023 3:54 AM
    853 views | 1 replies
  • Thank you for table previews!

    A huge kudos to whoever added the preview functionality to table split, stack, join, update, etc.! I used to shy away from using them because I didn't always understand what it was going to do with my data, but the previews instantly made these features so much more useful!   Thank you!

    BHarris BHarris
    Discussions |
    May 14, 2023 5:01 AM
    823 views | 1 replies
  • The tallest girl in Big Class is 66 inches, but who is she?

    I'm going to use the Big Class data as the example, but my data set is about an order of magnitude larger, and my co-worker's data set is even larger. There are several ways I can find out the maximum height of girls vs boys in the Big Class data set, but how can I keep the name column attached? I can make a table using Tabulate, but I can't add a name column because it just lists all the names. I...

    EMJohnson-Kueny EMJohnson-Kueny
    Discussions |
    May 14, 2023 1:16 AM
    2557 views | 5 replies
  • How to index list with a nested list

    Based on https://community.jmp.com/t5/Discussions/Combinations-of-a-list-put-into-columns/m-p/555454 I have a list list = {"A", "B", "C"}I need based on that make a list of all pair combinations. Link above helped me to get away from long cycles or joining tables into essentially a one-liner thanks to @brady_brady I have this so far:list = {"A", "B", "C"}; combinations = As List(N Choose K Matrix(...

    miguello miguello
    Discussions |
    May 13, 2023 6:43 AM
    2047 views | 4 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
    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
    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
    986 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
    656 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
    702 views | 0 replies
view all discussions