| evaluate_linear_regression | R Documentation | 
회귀모형의 각 변수조합에 대한 선택척도를 산출한다.
evaluate_linear_regression(.data, .yvar, .xvar)
| .data | 관측 데이터 프레임. | 
| .yvar | 종속변수. | 
| .xvar | 완전모형에 속할 독립변수. 독립변수가 여러 개일 때는 벡터 형태로 제공한다. (e.g.  | 
.xvar의 각 변수조합에 대한 선택척도 데이터프레임.
data(biometric, package = "dmtr") evaluate_linear_regression(biometric, weight, c(age, height))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.