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