95% confidence intervalsof regression line!

3 ビュー (過去 30 日間)
Panos Ale
Panos Ale 2017 年 11 月 1 日
コメント済み: Star Strider 2017 年 12 月 20 日
Hi! How can I calculate the 95% confidence intervals(numerically) of a regression line after using the the command regress?

採用された回答

Star Strider
Star Strider 2017 年 11 月 1 日
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 件のコメント
Panos Ale
Panos Ale 2017 年 12 月 20 日
編集済み: Panos Ale 2017 年 12 月 20 日
Clear and helpful as always!Thank you very much!
Star Strider
Star Strider 2017 年 12 月 20 日
As always, my pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by