Linear regression outputs (regstat function)
4 views (last 30 days)
Show older comments
Vedi Ghahremanyans
on 24 Jan 2020
Commented: Vedi Ghahremanyans
on 24 Jan 2020
Why does t value in tstat (using the regstat function) shows two outputs? It’s the same for the “beta” output. Why is there two outputs?
0 Comments
Accepted Answer
Ridwan Alam
on 24 Jan 2020
Edited: Ridwan Alam
on 24 Jan 2020
The first one is for the constant coefficient (aka intercept term).
I believe you have only one predictor x, then your model is y ~ beta0 + beta1*x.
The two values correspond to these two coefficients beta0 and beta1.
Hope this helps.
More Answers (0)
See Also
Categories
Find more on 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!