How to know the p-value for each coefficient in the regress function?
1 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!