Linear regression outputs (regstat function)

4 visualizaciones (últimos 30 días)
Vedi Ghahremanyans
Vedi Ghahremanyans el 24 de En. de 2020
Comentada: Vedi Ghahremanyans el 24 de En. de 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?

Respuesta aceptada

Ridwan Alam
Ridwan Alam el 24 de En. de 2020
Editada: Ridwan Alam el 24 de En. de 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.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by