How to know the p-value for each coefficient in the regress function?
2 ビュー (過去 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!