Borrar filtros
Borrar filtros

How can one get t-stat of fitlm as an output?

2 visualizaciones (últimos 30 días)
alpedhuez
alpedhuez el 1 de Dic. de 2020
Comentada: alpedhuez el 4 de Dic. de 2020
I checked
but it does not seem to say how one can get t-stat as an output. Please advise.

Respuesta aceptada

Rik
Rik el 1 de Dic. de 2020
It is in the top example:
load carsmall
X = [Weight,Horsepower,Acceleration];
mdl = fitlm(X,MPG);
mdl.Coefficients.tStat
ans = 4×1
12.3699 -5.8023 -1.7663 -0.0599
  3 comentarios
Rik
Rik el 2 de Dic. de 2020
As the documentation page you link explains: mdl.Coefficients is a table.
alpedhuez
alpedhuez el 4 de Dic. de 2020
Thank you.

Iniciar sesión para comentar.

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