How to know the p-value for each coefficient in the regress function?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Linear Regression en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!