What - Why: Dummy Variables
What - Why: Dummy Variables
US 34 33400 2 34 33400
US 23 23000 2 23 23000
US 34 33400 0 0 1 34 33400
The regression model won't actually need all the dummy variables.
It doesn't need the final dummy variable as it can deduce that information from the combination of
all other dummy variables!
To avoid multicollinearity, drop one dummy variable (use n-1 of them for model building).