fselect {gausscov} | R Documentation |
All subsets which are a subset of a specified subset are removed. The remaining subsets are ordered by the sum of squares of the residuals
fselect(nv, k)
nv |
The subsets specified by flmmdch |
k |
The variables |
ind The selected subsets.
data(redwine) nv<-flmmdch(redwine[,12],redwine[,1:11])[[1]] fselect(nv,13)