Concept Flow - Binning continuous variables
Start with continuous data
Choose number of bins or bin edges
Assign each value to a bin
Create new categorical variable
Use binned data for analysis
We start with continuous data, decide how to split it into bins, assign each value to a bin, and create a new categorical variable for easier analysis.