How to create general linear model fit?

1 view (last 30 days)
andrew
andrew on 13 Mar 2014
Answered: Sean de Wolski on 13 Mar 2014
I created the following scatter plot:
gscatter(new_data.Income,new_data.ObesityRate,new_data.race,'bgrkm','osx*+',...
8,'on','Median Income','Obesity Percentage');
figure(gcf)
I was wondering how i can create a linear model fit with this? Note: I am trying to do a multiple linear regression.

Answers (1)

Sean de Wolski
Sean de Wolski on 13 Mar 2014
doc glmfit
doc fitlm
A few places to start

Categories

Find more on Linear Algebra in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!