test_type2_linear_regression | R Documentation |
회귀모형의 각 변수에 대해 Type II 제곱합을 산출하고 F 검정을 수행한다.
test_type2_linear_regression(.data, .yvar, .xvar, .last_only = FALSE)
.data |
관측 데이터 프레임. |
.yvar |
종속변수. |
.xvar |
완전모형에 속할 독립변수. 독립변수가 여러 개일 때는 벡터 형태로 제공한다. (e.g. |
.last_only |
.xvar 중 가장 마지막 변수에 대해서만 검정을 수행할 것인지 여부. Default: |
.xvar
의 각 변수에 대한 검정 결과 데이터프레임.
data(biometric, package = "dmtr") test_type2_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.