anova_linear_regression: 다중선형회귀모형 분산분석표.

View source: R/regression.R

anova_linear_regressionR Documentation

다중선형회귀모형 분산분석표.

Description

추정된 회귀모형을 이용하여 회귀성 검정을 위한 분산분석표를 생성한다.

Usage

anova_linear_regression(.fit)

Arguments

.fit

회귀모형 추정 결과.

Value

분산분석표 데이터프레임.

Examples

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


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