| vif_linear_regression | R Documentation | 
다중공선성의 정도를 알아보기 위해 분산팽창계수를 계산한다.
vif_linear_regression(.data, .xvar)
.data | 
 관측 데이터 프레임.  | 
.xvar | 
 완전모형에 속할 독립변수. 독립변수가 여러 개일 때는 벡터 형태로 제공한다. (e.g.   | 
.xvar의 각 변수조합에 대한 분산팽창계수.
data(biometric, package = "dmtr") vif_linear_regression(biometric, c(age, height))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.