You are working on a project where Simple Linear Regression seems appropriate, but the independent variable is categorical. How would you handle this situation?

  • Change the Dependent Variable
  • Ignore the Variable
  • Treat as Continuous Variable
  • Use Dummy Variables
For a categorical independent variable in Simple Linear Regression, you can create dummy variables to represent the categories.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *