ttest_linear_regression: 다중선형회귀모형 회귀계수 검정.

View source: R/regression.R

ttest_linear_regressionR Documentation

다중선형회귀모형 회귀계수 검정.

Description

추정된 회귀모형을 이용하여 각 회귀계수의 유의성을 검정한다.

Usage

ttest_linear_regression(.fit)

Arguments

.fit

회귀모형 추정 결과.

Value

회귀계수 검정 데이터프레임.

Examples

data(biometric, package = "dmtr")
fit <- fit_linear_regression(biometric, weight, c(age, height))
ttest_linear_regression(fit)


youngroklee-ml/dmtr documentation built on June 12, 2022, 6:24 p.m.