0

How do you go about conducting a regression when you have 5 continuous and 3 binary variables?

Can you do it in one operation?

Joachim
  • 1
  • 1

2 Answers2

0

yes you can conduct a regression, you just need to create dummy variables for binary variables and then you are all good in carrying that out in one operation.

Harshit Mehta
  • 1,133
  • 12
  • 15
0

that depend on which variable is dependent variable. If the dependent variable is continuous, the operation of the regression is same as the common one. But if the dependent variable is binary, you should use logistic regression

Xu Yang
  • 1
  • 1