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

  • 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
  • Making my script more user-friendly

     Being very new to scripting, I was able to generate this script to help streamline some data analysis for my research group. As of now, it is not very user friendly, (have to go into the script and manually insert Target File Path, change all of the 'By1' and 'By1 Variable #' to match the sample name defined by the Target File Path (By1 = Target File Path), and manually close all data, tabulate, ...

    jnikkel jnikkel
    Discussions |
    Apr 23, 2021 10:42 AM
    1051 views | 1 replies
  • How to correctly clear a Row State Handler

    I have a very simple Row State Handler that makes sure that a given selected row can never be unselected.  The issue is, that I want to turn off that functionality and continue with normal operations. Here is the simple script that locks down row 15 to always be selected.   names default to here(1); dt=open("$SAMPLE_DATA\big class.jmp"); x=15; dt << select rows(x); setrow = function({x},dt<<cl...

    txnelson txnelson
    Discussions |
    Apr 23, 2021 10:15 AM
    12984 views | 6 replies
  • Use match or contains ?

    Hi  Request some help with scripting the "Output" column.I have a list of Sr IDs allocated to different events and need the resulting output column where LAB T0 event is matched to specific EventWould be obliged for the help. I have attached the excel file for the above screenshot. Thanks S

    sbidwe sbidwe
    Discussions |
    Apr 23, 2021 9:50 AM
    2044 views | 2 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
    1631 views | 2 replies

Latest Discussions

  • 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
    1631 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
    8323 views | 2 replies
  • Fit model with categorical variables (two of them 3 level and one 2 level)

    When I generate fit model with 3 categorical variables (two of them 3 level and one 2 level), it does not generate std error, t ratio and p values, can you please help why is it?

    gchaudhary gchaudhary
    Discussions |
    Apr 22, 2021 9:47 PM
    873 views | 1 replies
  • Quick Multiple Line Graphs by category

    Looking for a way to build the graph below, but broken out by category, and save the script so it can be easily replicated each month.  It is simply a line graph, value vs. month by category. However I am looking for a separate graph for Category A, then B, then C and so on. Able to be produced in one script.  Is there a way to quick produce a single graph for each category through a script?   

    lucianoa lucianoa
    Discussions |
    Apr 22, 2021 12:00 PM
    1157 views | 1 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
    965 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
    1174 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
    884 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
    1161 views | 0 replies
view all discussions