Test for signficant slopes

I have calculated a regression for an time vs. y relationship where n=193. I now need to assess if the trend observed is significant. Is there a function for that? thanks! MW

 Respuesta aceptada

Star Strider
Star Strider el 30 de Mayo de 2014

1 voto

It depends on your regression model and function you used. There are various Statistics Toolbox functions that will produce confidence intervals on the parameters, one of which is the slope. You will need to see the documentation for the function you used to determine what you need to do to get the slope information.
If you used polyfit, then my File Exchange function polyparci can calculate the confidence intervals on the parameters.

2 comentarios

Marina
Marina el 30 de Mayo de 2014
thank you! I did use polyfit
Star Strider
Star Strider el 30 de Mayo de 2014
Editada: Star Strider el 30 de Mayo de 2014
My pleasure!
(The sincerest expression of appreciation here on MATLAB Answers is to Accept the Answer that solves your problem.)

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 30 de Mayo de 2014

Editada:

el 30 de Mayo de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by