LinearRegression with 20 columns features ~ Label

1 次查看(过去 30 天)
I am pretty new to Matlab so sorry if this is a newbie question: i have a dataframe with 20features and the last column my label. How do i fit a linearModel with this dataframe using all features and also one features at a time and plot the graphs. i need something like this:
fitlm(data, 'LABEL', 'FEATURE1')
fitllm(data, 'LABEL', 'FEATURE2')....untill FEATURE20
Then i want to plot this 20 graphs...
How can i do it?
Thanks

回答(1 个)

Star Strider
Star Strider 2021-3-27
If the data are in a table, it is possible to use the Wilkinson notation, as described in the doeucmnetaion section Fit Linear Regression Using Data in Table . That is the closest I can find to the sort of syntax described.

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by