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 CenterFile Exchange에서 Linear Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by