Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Possible Duplicate:
How to test the statistical significance for categorical variable in linear regression?

I need to perform a multiple regression analysis. My dependent variable or "response" is a continuous/quantitative variable. I have several independent variables or "factors" and they are all categorical. I'm wondering what method/software would best suit my needs.

share|improve this question
1  
Can you say more about what you'd like to know? (This question is fairly simple / sparse.) You may also be interested in this recent question. – gung Jul 9 '12 at 21:51
good catch, @gung. I thought this sounded familiar. I voted to close as a duplicate. – Macro Jul 9 '12 at 22:06

marked as duplicate by Macro, whuber Jul 10 '12 at 12:16

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Ordinary linear regression should be fine for this. A categorical variable can be expressed through a set of dummy variables. In SAS you could use proc reg or proc glm. I am sure that R, STATA, minitab and SPSS also have similar ways to run such a model.

share|improve this answer
To add to Michael's reply, in R you can use the lm() function. In Stata, you can use the regress function. – jkd Jul 9 '12 at 20:55

Not the answer you're looking for? Browse other questions tagged or ask your own question.