cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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.

Recommended Articles