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

  • 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
    819 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
    2556 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
    2046 views | 4 replies
  • Strange Behavior of Set Scale on Plot Col Box

    Consider this Plot Col Box:Names Default To Here( 1 ); New Window( "Example", pcb = Plot Col Box( "Probability", {0.325, -0.146, 0.251, 0.411} ) ); pcb << Set Scale( -1, 1 );It runs OK and sets scale as expected.But as soon as I have all the numbers positive - it ignores the Set Scale:Names Default To Here( 1 ); New Window( "Example", pcb = Plot Col Box( "Probability", {0.325, 0.146, 0.251, 0.411}...

    miguello miguello
    Discussions |
    May 12, 2023 5:43 PM
    1000 views | 1 replies
  • How to remove graph image

    In some cases, it's helpful to plot data over an image, or, more specifically, plot XY locations over an image and enable a graphlet of the pertinent data.  We can quickly associate the gathered data with visible aspects of our samples.  Adding an image to the graph is easyframe << Add Image( image( img ), bounds( top( 600 ), left( 0 ), bottom( 0 ), right( 1200 ) ) )and I do it a lot.  I am yet to...

    mmarchandTSI mmarchandTSI
    Discussions |
    May 12, 2023 12:39 PM
    2189 views | 5 replies

Latest Discussions

  • 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
    819 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
    2556 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
    2046 views | 4 replies
  • Splitting DoE table based on subsets of inputs

    Hi, I am looking for the best way to design a DoE table for a case like the example below (if that is possible!): If my input factors are categorical variables with two levels (e.g. present, not present), and imagine I have some maybe 20 input factors and one numeric response variable. Generally, using a custom design I can generate a DoE with one table which will have 20+1 columns and each row wi...

    ishwarvenugopal ishwarvenugopal
    Discussions |
    May 12, 2023 9:07 AM
    1959 views | 5 replies
  • How to show USL/LSL lines enabled via the property "Show as Graph Reference Lines" in box-plots/distribution via Graph Builder?

    I am coming from herehttps://community.jmp.com/t5/Discussions/How-to-programmatically-enable-quot-Show-as-Graph-Reference/m-p/630540/thread-id/82871#M82875 where I got help to enable "Show as Graph Reference Lines" programmatically. However the USL and LSL blue lines are shown at the extremities of the y-axis when I generate box-plots or distribution via the Graph Builder. This is not satisfactory...

    Neo Neo
    Discussions |
    May 12, 2023 5:33 AM
    3140 views | 6 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
    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
    985 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
    654 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
    701 views | 0 replies
view all discussions