Linear regression - extracting info using matrix algebra
Afficher commentaires plus anciens
Hello!
I have a preloaded data which contains four columns and each column contains the following data in the following order:
- Income (dollars)
- Education
- A dummy variable, 1 for male and 0 for female
- Another dummy variable, 1 for STEM and 0 for not STEM
I've been given the linear model:
INCOME = α + β1EDUCATION + β2MALE + β3STEM
I should answer the following questions:
a) How large is α in the above equation
b) How many dollars greater is the salary of a male than the salary of a female
From what I understand, I should start with storing each column in the data in separate variables. How would I do this?
Any hints to get me started with this task are appreciated!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!