How can one get parameters of fitlm as an output?

I learned how to get t-statistics of fitlm by
Now, how can one get F-statistics of fitlm?
mdl.Coefficients.F-statistic
does not seem to work. Thank you.

 Accepted Answer

First, see the documentation for F-Statistic, then see the documentation for anova, specifically tbl.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!