mallows_c | R Documentation |
맬로우즈 Cp 통계량을 계산한다.
mallows_c(.fit_reduced, .fit_full)
.fit_reduced |
$p$항 회귀모형 추정 결과. |
.fit_full |
완전모형 추정 결과. |
맬로우즈 Cp 통계량.
data(biometric, package = "dmtr") fit_full <- fit_linear_regression(biometric, weight, c(age, height)) fit_reduced <- fit_linear_regression(biometric, weight, height) mallows_c(fit_reduced, fit_full)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.