How to know the p-value for each coefficient in the regress function?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Linear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!