How to know the p-value for each coefficient in the regress function?
Show older comments
Hi there, I'm trying using function 'regress' to deal with 4-variant linear model fit, as far as I know, the regress function can output like this: [B,bint,r,rint,stats] = regress(example_data1,example_data2); In the output stats, I can get the overall p-value indicating whether the model fit is significant or not, but if I want to know for each of the 4 factors, whether each of their coefficient is significant or not, what should I do? Thanks a lot!
Answers (0)
Categories
Find more on Linear and Nonlinear Regression 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!