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.
Choose Language Hide Translation Bar
ClemStats
Level I

N Distinct / N Categories Graphing

Hi all, 

Looking for insight on capability to plot N Categories Summary Statistic on a Y-variable in Gragph Builder (yes - Preferences are set correctly for Distribution Summary Statistics) - Issue is for not having the ability to plot a N Distinct on the graph side of summary Statistic.

Thanks for any insight/Help

2 REPLIES 2
hogi
Level XII

Re: N Distinct / N Categories Graphing

Happy news:

with JMP 19 (2025- 09?) such things will become very easy.
Col N Categories (💚) 

Transform Columns - as comfortable as Summary Statistics? (💚) 

 

jthi
Super User

Re: N Distinct / N Categories Graphing

Summary Statistics are missing some statistics which should be there (in my opinion). In JMP19 this will become easier (like already mentioned) but with earlier version of JMP you will have to calculate those with more complicated formula or separately. You could use Summary platform and then join that to your original table or then use Col statistical function for the calculation. 

 

One such formula is (how many categories of height there are in each age). If you don't wish to have formula in your table, you could use this as Transform Column in Graph Builder

Col Sum(If(Row() == Col Min(Row(), :age, :height), 1, 0), :age)

With Summary

jthi_1-1753934928807.png

jthi_0-1753934915744.png

-Jarmo

Recommended Articles