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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to pin toolbar row in all jmp windows?

    My toolbar raw always show in the main table, however, it always faded as I open graph builder, fit y by x....etc.I knew there should be a way to pin the toolbar, could anyone show my the direction?Thanks,

    bernie426 bernie426
    Discussions |
    May 2, 2021 12:56 PM
    14566 views | 2 replies
  • definitive screening, modeling help / feedback

    Hi Everyone!
    I am realtively new to JMP and would like to ask if I could get some feedback / answers to a few question. I am quite sure some of them are based in a lack of understanding on my side, so please be patient.... I have of course tried to find answers first in documentation and training videos but I'm still left with this.

    At work, I recently took over the development of growth media for ...

    emanuelx emanuelx
    Discussions |
    May 2, 2021 7:24 AM
    1613 views | 2 replies
  • How to change the number of level for Group X on Graph Builder?

    Hello,I am very new to JMP and I want to change the number of level for my group X. I want to separate them as two different region.From here,  By having 2 for the number of level, I got this How to divide 2 level 100-400 and 400>  Any guidance would be appreciated.  

    joepark joepark
    Discussions |
    May 1, 2021 8:34 PM
    2231 views | 3 replies
  • Trying to access data values from a column one-by-one

    Summarize(dt, IDs = by(:ID)); //this finds all the unique IDs in the data file, which we will need For (i=0, i<=N Items(IDs), i++, ID = donorIDs[i];
    );
    the above doesn't work, and throws a Subscript problem in access or evaluation of 'IDs[i]' , IDs[/*###*/i]error. I guess this gets down to some of the fundamentals about how JMP is different from languages like Python and Java, where indexing is ...

    mostarr mostarr
    Discussions |
    May 1, 2021 1:19 PM
    852 views | 1 replies
  • How to select a subset of columns and rows from a data table

    I have done a Google search and come across the top hits, things like https://www.jmp.com/china/support/help/13-2/JSG_DataTables_21.shtml and How to select rows based on multiple criteria? but nothing specifically states how to select both columns and rows in the same line of code. I tried it and doing one seems to interfere with the other. Or is there a way to store the output of the first step (...

    mostarr mostarr
    Discussions |
    May 1, 2021 11:37 AM
    2649 views | 1 replies

Latest Discussions

  • definitive screening, modeling help / feedback

    Hi Everyone!
    I am realtively new to JMP and would like to ask if I could get some feedback / answers to a few question. I am quite sure some of them are based in a lack of understanding on my side, so please be patient.... I have of course tried to find answers first in documentation and training videos but I'm still left with this.

    At work, I recently took over the development of growth media for ...

    emanuelx emanuelx
    Discussions |
    May 2, 2021 7:24 AM
    1613 views | 2 replies
  • Trying to access data values from a column one-by-one

    Summarize(dt, IDs = by(:ID)); //this finds all the unique IDs in the data file, which we will need For (i=0, i<=N Items(IDs), i++, ID = donorIDs[i];
    );
    the above doesn't work, and throws a Subscript problem in access or evaluation of 'IDs[i]' , IDs[/*###*/i]error. I guess this gets down to some of the fundamentals about how JMP is different from languages like Python and Java, where indexing is ...

    mostarr mostarr
    Discussions |
    May 1, 2021 1:19 PM
    852 views | 1 replies
  • How to select a subset of columns and rows from a data table

    I have done a Google search and come across the top hits, things like https://www.jmp.com/china/support/help/13-2/JSG_DataTables_21.shtml and How to select rows based on multiple criteria? but nothing specifically states how to select both columns and rows in the same line of code. I tried it and doing one seems to interfere with the other. Or is there a way to store the output of the first step (...

    mostarr mostarr
    Discussions |
    May 1, 2021 11:37 AM
    2649 views | 1 replies
  • How to Save Queried Data Table to a Specified Folder through script?

    Hi! Does anyone here knows how to save a queried data table to a specified folder through jmp script? Can't seem to find the right way in doing it... Thanks in advance!Here's my sample script:Data Table( "name of data table" ); //save raw data table to a folder dt = current data table (); filepath = "C:\Users\folder path"; dt<< save(filepath || "name of data table.jmp");

    ramisola ramisola
    Discussions |
    May 1, 2021 5:30 AM
    2158 views | 2 replies
  • JMP scripts to R scripts conversion

    Hello All,I am a new user of JMP, Can anybody suggest me how to generate scripts in JMP for an analysis and convert those scripts to R scripts/codes. How to link JMP and R. Thanks

    Maheshp456 Maheshp456
    Discussions |
    Apr 30, 2021 1:19 AM
    1339 views | 1 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
    1309 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2333 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
    1004 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
    1222 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
    923 views | 0 replies
view all discussions