View source: R/discriminant-functions.R
score_da | R Documentation |
새 데이터에 대해 범주별 판별함수값을 계산한다.
score_da(.f, .new_data, .xvar)
.f |
판별함수 리스트. |
.new_data |
새 관측 데이터 프레임. |
.xvar |
범주 함수에 사용될 입력 변수. |
새 관측 데이터에 대한 판별함수 값을 포함한 데이터 프레임.
data(binaryclass2, package = "dmtr") f <- ld_fun(binaryclass2, class, c(x1, x2)) score_da(f, binaryclass2, c(x1, x2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.