Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

FOP

Fisher Optimal Partition


Description

The Fisher optimal partition algorithm.

Usage

FOP(X, k, C)

Arguments

X

a set of samples

k

number of classes

C

statistic from the output of dlc

Value

index vector for each sample's classification

References

W. D. Fisher (1958). On grouping for maximum homogeneity. Journal of the American Statistical Association, vol. 53, pp. 789–798.

Examples

X <- matrix(c(
  9.3, 1.8, 1.9, 1.7, 1.5, 1.3,
  1.4, 2.0, 1.9, 2.3, 2.1
))
C <- dlc(X, maxk = 8)$C
F <- FOP(X, 8, C)

OHPL

Ordered Homogeneity Pursuit Lasso for Group Variable Selection

v1.4
GPL-3 | file LICENSE
Authors
You-Wu Lin [aut], Nan Xiao [cre] (<https://orcid.org/0000-0002-0250-5673>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.