anova_linear_regression | R Documentation |
추정된 회귀모형을 이용하여 회귀성 검정을 위한 분산분석표를 생성한다.
anova_linear_regression(.fit)
.fit |
회귀모형 추정 결과. |
분산분석표 데이터프레임.
data(biometric, package = "dmtr") fit <- fit_linear_regression(biometric, weight, c(age, height)) anova_linear_regression(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.