cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

Latest Discussions

  • JSL - opening files in the same folder

    Hi all,I have 3 files in a folder that i'm working with.A = master datatableB = Source 1C = Source 2 I'm trying to write a script that can update information from B and C into A. How do I call up the datatables B and C without typing in the entire path of the file? Reason being there might be other people who will download this entire folder to use so I want the file path to be flexible. Thanks.

    SCWong SCWong
    Discussions |
    May 5, 2021 10:54 PM
    1032 views | 1 replies
  • Sorting a column by date (i.e. chronologically) when it is is MM/DD/YYYY format, not using JSL but using the GUI

    I haven't seen a solution for this scanning through the first few pages of Google so far. There are scripting-based solutions, and some related GUI solutions that do not work for whatever reason. Can we get this basic functionality up and running? Mike

    mostarr mostarr
    Discussions |
    May 5, 2021 6:41 PM
    1844 views | 1 replies
  • Odd Behavior of bar charts with filters

    When changing Hubs, must reselect 'Year' then the bars disappear and have to go to the hot spot and change (unselect or select) count excluded rows.

    LynnWarren LynnWarren
    Discussions |
    May 5, 2021 2:03 PM
    649 views | 1 replies
  • Moving average and EWMA

    HiGiven a column with numerical values I would like to calculate the MA in this way:MAi=1/N*SUM(j=i-1 to j=i-w) Xjwhere w is the window width, i-1 the starting element and i-w the last one. Les't do an example with w=2    t       x-------------1      x12      x23      x3        …..4      x4        MA=(X3+X2)/25      x5        MA=(X4+X3)/26      x6        …..7      x7 By using the New formula colum...

    FR60 FR60
    Discussions |
    May 5, 2021 6:34 AM
    2914 views | 7 replies
  • How to interpret nonparametric density on scatterplot

    For the scatterplot matrix in the multivariate platform, I have done the Spearman correlation and added the non-parametric density to the plot. How does one interpret it? There are gray regions and black dots and red regions with red dots.  What is the meaning of the coloration?  The manual speaks only about how to add it the graph and is silent on its interpretation. Andy 

    Hegedus1 Hegedus1
    Discussions |
    May 4, 2021 7:42 AM
    973 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
    1005 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    1953 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
    793 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
    955 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
    689 views | 0 replies
view all discussions