User Tools

Site Tools


aic

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aic [2023/12/10 21:44] hkimscilaic [2023/12/10 21:52] (current) hkimscil
Line 1: Line 1:
 AIC는 모델의 적합도와 예측 변인의 갯수가 (파라미터의 갯수) 적절한지를 보는 지표이다. 예측변인이 필요이상으로 많다면 AIC지수가 높아지게 되어 적절한 모델이 아님을 알려준다. 이것은 anova 펑션을 이용하여 중첩된 두 회귀분석의 F값을 비교하는 방법과 비슷하다고 보면 된다.  AIC는 모델의 적합도와 예측 변인의 갯수가 (파라미터의 갯수) 적절한지를 보는 지표이다. 예측변인이 필요이상으로 많다면 AIC지수가 높아지게 되어 적절한 모델이 아님을 알려준다. 이것은 anova 펑션을 이용하여 중첩된 두 회귀분석의 F값을 비교하는 방법과 비슷하다고 보면 된다. 
-<WRAP tabs>+
 <code> <code>
 lm.01 <- lm(mpg ~ wt, data=mtcars) lm.01 <- lm(mpg ~ wt, data=mtcars)
Line 12: Line 12:
 AIC(lm.01, lm.02, lm.03) AIC(lm.01, lm.02, lm.03)
 </code> </code>
-</WRAP> 
  
-<WRAP tabs> 
 <code> <code>
 > lm.01 <- lm(mpg ~ wt, data=mtcars) > lm.01 <- lm(mpg ~ wt, data=mtcars)
Line 45: Line 43:
  
 </code> </code>
-아래는 AIC가 사용된 예로써, [[:statistical regression]]의 결과 아웃풋이다. 
  
 +아래는 AIC가 사용된 예로써, [[:statistical regression]]의 결과 아웃풋이다.
 <code> <code>
 > step(lm.mod, direction="backward") > step(lm.mod, direction="backward")
Line 86: Line 84:
  
 </code> </code>
-</WRAP> 
  
aic.1702212258.txt.gz · Last modified: 2023/12/10 21:44 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki