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

  • 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
    3354 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
    4032 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
    2396 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
    1396 views | 2 replies
  • How to combine data measured in different units

    I have a JMP Table that contains data measured hourly at about 50 different stations.  At each station the data is sometimes reported in ppm, other times in ppb, occasionally in both units and occasionally, there are no measurements at all.  It's a pretty large dataset and I'm wondering - how do I automate combining the columns that pertain to each station into a single column in one system of uni...

    Ese_Omatsone Ese_Omatsone
    Discussions |
    May 10, 2021 4:12 PM
    3863 views | 9 replies

Latest Discussions

  • 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
    3354 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
    4032 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
    2396 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
    1396 views | 2 replies
  • Iterating through an Associative Array Using a For Loop with an Empty While Condition Not Working

    I got advice largely from Looping through an Associative Array's elements on how to iterate through associative arrays. My understanding is that the iterator iterates over the keys, not the values, but that you can easily access the values gives that you have the array.   My code is below.   Names Default To Here(1); dt1 = Open("file path" ); dt2 = Open("file path 2"); Summarize(dt1, IDs = by(:ID)...

    mostarr mostarr
    Discussions |
    May 10, 2021 2:50 PM
    5550 views | 11 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
    1265 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2275 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
    969 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
    1181 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
    885 views | 0 replies
view all discussions