User Tools

Site Tools


regression

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
regression [2019/05/20 08:40] – [e.g. Simple Regression] hkimscilregression [2019/05/20 08:50] – [e.g. Simple Regression] hkimscil
Line 627: Line 627:
 Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
 > </code> > </code>
 +
 +<code>
 +> ss_total <- var(datavar$Y)*11
 +> round(ss_total)
 +[1] 607698
 +> 316874 + 290824  # 위의 아웃풋에서 Sum Sq for X와 Residuals를 더한 값
 +[1] 607698
 +</code>
 +<WRAP box help>위의 anova 아웃풋 박스에서 R square value를 구할 수 있는가?
 +
 +
 +</WRAP>
 +
 +
 ====== E.g., 3. Simple regression: Adjusted R squared & Slope test ====== ====== E.g., 3. Simple regression: Adjusted R squared & Slope test ======
 This is another example of regression. Here the concept of adjusted r square is explained.  This is another example of regression. Here the concept of adjusted r square is explained. 
regression.txt · Last modified: 2023/05/24 08:53 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki