Clear Filters
Clear Filters

LinearRegression with 20 columns features ~ Label

1 view (last 30 days)
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

Answers (1)

Star Strider
Star Strider on 27 Mar 2021
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.

Tags

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!