How to create general linear model fit?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Model Building and Assessment en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!