cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar

How to create deciles in JMP Pro 12?

I have a set of scores derived from a model and I want to categorize these predictive scores into decile. How do I go about doing that?

Jenkins Macedo
12 REPLIES 12

Re: How to create deciles in JMP Pro 12?

Hey folks, I was able to fix the trouble. There were few areas were there were missing values

Jenkins Macedo
ryanstar123
Level II

Re: How to create deciles in JMP Pro 12?

How do I get this add-on into my JMP problem?
Phil_Kay
Staff

Re: How to create deciles in JMP Pro 12?

Ceiling( (Col Rank( :weight ) / Col Number( :weight )) * 10 )

I think this is quite an elegant solution. An example with the big class data table is attached.