cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
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.