BookmarkSubscribeRSS Feed
to_the_point
Calcite | Level 5

Hi, does anyone have any insight on an approach to binning multiple variables with mixed data types - for example: variable A can take the value A, B, C, D, E or any number 1-1000 - I've seen approaches that directly bin numeric or character variables but not one that deals with both types in one variable - any ideas?  thanks

3 REPLIES 3
Ksharp
Super User

Maybe you can use RANK() to transform them into ASSIC code ,and bin them according to your rule .

to_the_point
Calcite | Level 5

Thanks Xia, but I'm unfamiliar with ASSIC code - do you have an example?

Ksharp
Super User

Sorry to confuse you . Use Rank() you can transform all these character into numeric value ,like 23 34 65 ...

This approache can directly bin your mixed-data like it is numeric .

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1582 views
  • 0 likes
  • 2 in conversation