Can Categorical Variables be Used in Multiple Regression Models?

  • Context:
  • Thread starter Thread starter smp
  • Start date Start date
  • Tags Tags
    Model Regression
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
smp
Messages
1
Reaction score
0
Hello, I am trying to do the following regression model;

Y = N + T + F + NT + NF + NTF + error

Y= Grams of seed
N= Number of fruit
T= Type of fruit (2 types, alpha)
F= Field number (3)

I have tried putting this in MiniTab and I can't get this set up correctly.
Assistant> Regression> Multiple Regression

Y= Grams of Seed

Continuous X Variable= Number of Fruit, Field Number - but I can't select Type since they are words and not numbers. .

Categorical X value is optional- should I put Type here?

Thank You
 
Physics news on Phys.org
Hi smp, welcome to MHB!

This looks like a trick question.
We can indeed not add a type and number together. That is, it is not possible to evaluate something like "apple" + 2.
More generally, a multiple linear regression requires that all variables are quatitative (interval or ratio). That excludes categorical.