95% confidence intervalsof regression line!

3 vues (au cours des 30 derniers jours)
Panos Ale
Panos Ale le 1 Nov 2017
Commenté : Star Strider le 20 Déc 2017
Hi! How can I calculate the 95% confidence intervals(numerically) of a regression line after using the the command regress?

Réponse acceptée

Star Strider
Star Strider le 1 Nov 2017
I like regress, even with its limitations. However, it would probably be best for you to re-run your regression with the fitlm (link) function, then use the predict (link) function to calculate the confidence intervals. The ‘Xnew’ in the documentation are your existing independent variable values.
  4 commentaires
Panos Ale
Panos Ale le 20 Déc 2017
Modifié(e) : Panos Ale le 20 Déc 2017
Clear and helpful as always!Thank you very much!
Star Strider
Star Strider le 20 Déc 2017
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by