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

  • Select Columns Based on Words Contained in Header

    I have an analysis I'd like to perform but I need to select several columns based on the words contained in the header befre I can do this, currently I do this manually but this is painfully slow and I can miss some columns if I'm not careful. in the image example I would like to select the 2 columns starting 'What colors' but none of the other 4. They can be spread amongst other columns and the n...

    d_barnett d_barnett
    Discussions |
    Apr 25, 2021 11:43 AM
    4585 views | 6 replies
  • how do you create a new script file from jsl

    BrianK BrianK
    Discussions |
    Apr 24, 2021 5:08 PM
    16532 views | 7 replies
  • Graphics Scripts ignore Pen color.

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/big class.jmp" ); Graph Builder( Size( 528, 456 ), Show Control Panel( 0 ), Variables( X( :weight ), Y( :height ) ), Elements( Line( X, Y, Legend( 8 ) ) ), SendToReport( Dispatch( {}, "Graph Builder", FrameBox, {Add Graphics Script( 2, Description( "" ), Marker Size( 9 ); Pen Color( "Red" ); Marker( Marke...

    xxvvcczz xxvvcczz
    Discussions |
    Apr 24, 2021 10:34 AM
    1434 views | 2 replies
  • Density based clustering?

    Is it possible to separate the concentric circles shown in the example table below using any of the clustering methods in JMP?  There is already a JMP Wish List request for DBSCAN, or density based spatial clustering of applications with noise, which could do this.  Am I missing any existing functionality?   Wish list item:density based clustering      Script to create example data table:   View ...

    ih ih
    Discussions |
    Apr 24, 2021 8:44 AM
    4088 views | 8 replies
  • Graphics script to detect graph title

    I would like to set up a custom graphics script so each graph gets a unique line based on information contained in an associative array. In the example below, I want to have a graph on the line differently for each category... for my actual use, I will need the graph to 'recognize' the heading it's under so I can use the correct values for the line creation. For the example image below, I manually...

    nathan-clark nathan-clark
    Discussions |
    Apr 24, 2021 6:15 AM
    4008 views | 11 replies

Latest Discussions

  • Density based clustering?

    Is it possible to separate the concentric circles shown in the example table below using any of the clustering methods in JMP?  There is already a JMP Wish List request for DBSCAN, or density based spatial clustering of applications with noise, which could do this.  Am I missing any existing functionality?   Wish list item:density based clustering      Script to create example data table:   View ...

    ih ih
    Discussions |
    Apr 24, 2021 8:44 AM
    4088 views | 8 replies
  • Graphics script to detect graph title

    I would like to set up a custom graphics script so each graph gets a unique line based on information contained in an associative array. In the example below, I want to have a graph on the line differently for each category... for my actual use, I will need the graph to 'recognize' the heading it's under so I can use the correct values for the line creation. For the example image below, I manually...

    nathan-clark nathan-clark
    Discussions |
    Apr 24, 2021 6:15 AM
    4008 views | 11 replies
  • Calculate constrast and effect for each factor to define which one is significant factor

    Good evening everyone,I have 5 factors (A,B,C,D,E) in this excel. However, the only haft-fraction of a 2^5 experiment is used to study. The excel file is provided with test run and observation. I used taylor (1/ -1) to fill the design matrix for main effect with interaction effects.Based on this excel value, I need to find the contrast and effect for factor A,B,C,D, and E.I did this in excel:    C...

    tramnguyen2811 tramnguyen2811
    Discussions |
    Apr 23, 2021 2:27 PM
    2342 views | 3 replies
  • Adaptive DOE to play "Battleship"

    Hi All,   The other day my son asked to play the grid-paper version of "Battleship". Each person had 5 "ships" that were 5, 4, 3, 3, and 2 units in length (and one unit wide). The "ships" were placed on a 10 by 10 grid in X-Y space; each "ship" had a unique set of (x,y) coordinates. For example, one of the 3 unit "ships" could have coordinates (3,4), (4,4) and (5,4). No more than one "ship" can oc...

    SDF1 SDF1
    Discussions |
    Apr 23, 2021 8:50 AM
    1629 views | 2 replies
  • Save formula for 95% CI in parametric survival analysis

    Hi all,Is there a way to save formula for 95% CI in parametric survival analysis? Similar to linear regression. JMP would not give an option to save CI formula but allows to save prediction formula, though I can see the CI in the profiler plot. Purpose is to export all data (prediction, upper and lower 95 CI) to excel for plotting purpose, as JMP don't have a plot option in the parametric survival...

    mikethejumper mikethejumper
    Discussions |
    Apr 23, 2021 6:58 AM
    8321 views | 2 replies

Latest Discussions

  • 多重比較での生存曲線の書き方 Bonferroniなど

    4群での生存曲線をJMPproでの書き方を教えて下さい。 また、JMPで「環境設定グループ」から「レポート」を選択し、「ローカルデータフィルター」を出せればできる方法も紹介されていたのですが、「ローカルデータフィルター」を出せません。 どの方法でもよいので、JMPProで、多重比較法を用いた生存曲線の書き方をどなたか教えてください!宜しくお願い致します。

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2269 views | 0 replies
  • Fantasy Baseball League

    I am in a 16 team fantasy baseball league. Each week we tabulate totals for home runs, batting average, stolen bases, wins, saves, era, etc. If my team has the most home runs, I win that category for the week. We track 10 statistics so after each week I may have a final score of 6-3-1. My question is how can I use JMP to check what my score would have been if I had played each of the other 14 team...

    atlas100 atlas100
    Discussions |
    Apr 19, 2021 1:29 PM
    963 views | 0 replies
  • Generation of overdispersed poisson count data (vs gamma poisson)

    Hello, I would like to reconcile the parametrization used in the Random Gamma Poisson(lambda, sigma)with the over-dispersion parameter as estimated in generalized linear model platform. Take for instance the attached table. Here the generating function is  Random Gamma Poisson(exp(1+3*:X1),10)Running glm with poisson/log + overdispersion I obtain: Overdispersion = 6.09.    Is there any way to link...

    matteo_patelmo matteo_patelmo
    Discussions |
    Apr 12, 2021 9:53 AM
    1173 views | 0 replies
  • JSL Syntax Change is coming: Name() is being deprecated

    Hi All,   I just read here that the JSL syntax for referencing a column using the Name() parser is going away. The new syntax is currently in use and at some point the old syntax will be removed entirely. There's a lot of people here who script, so thought it would be good to post something here.   I know I have a lot of code I'll need to change! Better to be ahead of the curve and change it befor...

    SDF1 SDF1
    Discussions |
    Apr 7, 2021 10:14 AM
    882 views | 0 replies
  • Workflow ideas for new projects

    Hi all, 

    After a year of playing around with JMP, I'm extremely satisfied with using it as my main data exploration platform. However, I'm overwhelmed about the tremendous amount of ways I can begin to explore my data. When starting a new project, let's say a biomonitoring study for instance, where does one begin their workflow? Are there any literature on JMP for starting a project from beginning ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Mar 30, 2021 1:41 PM
    1160 views | 0 replies
view all discussions