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