CI for Dependent Variable in Multiple Linear Regression
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a regression model but I want to get a 95% confidence interval of the dependent variable for given values of the independent variables.
On the net I found that for a single factor regression: Confindance interval = t(alpha, DofF) * SYX * SQRT(1/n+(X-XAVG)^2/SSX)
where n is the number of observations, XAVG is the average of all the independent variables and X is the value for X for which the CI is wanted.
Is there a way to extend this to multiple linear regression (I have 3 factors)? Can I get the sum of squares values in the basic module of Matlab other than from first principles ?
Thanks
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!