View source: R/discriminant-functions.R
fisher_ld | R Documentation |
두 범주 데이터를 구분하는 피셔 선형 판별함수의 계수를 추정한다.
fisher_ld(.data, .group_var, .xvar)
.data |
관측 데이터 프레임. |
.group_var |
범주변수. |
.xvar |
범주 분류에 사용될 변수. |
선형 함수의 계수 벡터.
data(binaryclass2, package = "dmtr") fisher_ld(binaryclass2, class, c(x1, x2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.