cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Custome DOE: Controlling a factor so that it cannot repeat in run order

    I am attempting to create a DOE with 2 factors we will call them configuration ( a 3 level categorical) and operator (also a 3 level categorical).   I am trying to figure out a way in which JMP will allow me to create the DOE with a run order condition.   The condition I need to set is that the same operator may not do two consecutive trials.   I.e. Run 1 is Configuration 1, Operator 1 and Run 2 i...

    A4Man2310 A4Man2310
    Discussions |
    May 12, 2021 9:05 AM
    1103 views | 1 replies
  • Posthoc testing for multiple categorical variables

    Does anyone know how to do do posthoc testing of multiple categorical data in JMP. I am analysing tumour location (4 different locations) versus e.g. if the tumour occurred bilateral or not. I do the Fit Y by X and JMP produces the mosaic plot and then I can do Fisher's Exact Test, which tells me yes there is a significant difference between the locations. But how do I now find out where the signi...

    richtersu richtersu
    Discussions |
    May 12, 2021 6:36 AM
    2137 views | 2 replies
  • How to add data values to a table in a for loop using Select Columns Where to make a new overall data table of target data

    For( date = date_array << First, !Is Empty( date ), date = date_array << Next( date ), //looping through date_array's keys is clunky but done this way in JMP dt << Select Columns( :Timepoint, :Target Channel, :Run date ), Where(:Timepoint == date); dt << Subset( ( Selected Rows ), Output Table Name( "Subset" ));
    );
    I wish to add, progressively, through each iteration of a for loop, data specifie...

    mostarr mostarr
    Discussions |
    May 12, 2021 1:35 AM
    3362 views | 5 replies
  • Adding a picture as a background of a graph

    Dear All,
    I wrote the following script. After opening a data table, it takes the data and creates a graph by using the graph builder. Then it loads a picture which has the same name as the opened data table and use that picture as a background for the graph.
    In order to make the script work, I had to add to the data table name the file extension .png as part of the name. So I had to name both the pi...

    MFVIT MFVIT
    Discussions |
    May 12, 2021 1:03 AM
    4057 views | 5 replies
  • Normalized rare earth element plots

    HI all, I am trying to plot line plots where all the rare earth element are normalized to some value - typically this is a value for each REE in a chondrite. This used to be very easy in a program called Aabel by Gigawiz, but they seem to be defunct now. So, I am migrating to JMP, but cannot see an easy way to do this. I can in excel, but its a bit of a mess. Any thoughts? I have attached an examp...

    mleybo mleybo
    Discussions |
    May 11, 2021 4:42 AM
    2402 views | 3 replies

Latest Discussions

  • Custome DOE: Controlling a factor so that it cannot repeat in run order

    I am attempting to create a DOE with 2 factors we will call them configuration ( a 3 level categorical) and operator (also a 3 level categorical).   I am trying to figure out a way in which JMP will allow me to create the DOE with a run order condition.   The condition I need to set is that the same operator may not do two consecutive trials.   I.e. Run 1 is Configuration 1, Operator 1 and Run 2 i...

    A4Man2310 A4Man2310
    Discussions |
    May 12, 2021 9:05 AM
    1103 views | 1 replies
  • How to add data values to a table in a for loop using Select Columns Where to make a new overall data table of target data

    For( date = date_array << First, !Is Empty( date ), date = date_array << Next( date ), //looping through date_array's keys is clunky but done this way in JMP dt << Select Columns( :Timepoint, :Target Channel, :Run date ), Where(:Timepoint == date); dt << Subset( ( Selected Rows ), Output Table Name( "Subset" ));
    );
    I wish to add, progressively, through each iteration of a for loop, data specifie...

    mostarr mostarr
    Discussions |
    May 12, 2021 1:35 AM
    3362 views | 5 replies
  • Adding a picture as a background of a graph

    Dear All,
    I wrote the following script. After opening a data table, it takes the data and creates a graph by using the graph builder. Then it loads a picture which has the same name as the opened data table and use that picture as a background for the graph.
    In order to make the script work, I had to add to the data table name the file extension .png as part of the name. So I had to name both the pi...

    MFVIT MFVIT
    Discussions |
    May 12, 2021 1:03 AM
    4057 views | 5 replies
  • Normalized rare earth element plots

    HI all, I am trying to plot line plots where all the rare earth element are normalized to some value - typically this is a value for each REE in a chondrite. This used to be very easy in a program called Aabel by Gigawiz, but they seem to be defunct now. So, I am migrating to JMP, but cannot see an easy way to do this. I can in excel, but its a bit of a mess. Any thoughts? I have attached an examp...

    mleybo mleybo
    Discussions |
    May 11, 2021 4:42 AM
    2402 views | 3 replies
  • Intraklassen-Korrelationskoeffizient (IKK oder ICC) mit JMP

    Hallo, ich habe eine Auswertung eines Fragebogens mit 2 Gruppen (eine erkrankte und eine gesunde Refernzgruppe). Meine Frage ist: Wie kann ich die beiden Gruppen anhand des intraclass correlation coefficient (ICC) miteinander vergleichen? Bisher habe ich den multivariat Vergleich genommen mittels Korrelationskoeffizient. Stimmt das?   

    Tine1110 Tine1110
    Discussions |
    May 11, 2021 2:16 AM
    1398 views | 2 replies

Latest Discussions

  • Can I control text size in a word cloud inside a dashboard container?

    Hi all,I have a dashboard with a data filter, a map, and a word cloud that looks like image 1 below. I have two formatting issues with the word cloud I'd like to fix. First, by design, when I make different selections using the data filter, the subset of records that are shown in the map changes and the word cloud applies only to that selection. However, when I change the data filter selection, th...

    caseylott caseylott
    Discussions |
    Apr 28, 2021 12:03 PM
    1266 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2279 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
    971 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
    1183 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
    886 views | 0 replies
view all discussions