gausscov (version 0.0.4)

fselect: Selects the subsets specified by fmch.

Description

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

Usage

fselect(nv, k)

Arguments

nv

The subsets specified by fmch

k

The variables

Value

ind The selected subsets.

Examples

Run this code
# NOT RUN {
nv<-c(650,1962,160,1033,394,1730,577,1839,334,895)
fselect(nv,11)
# }

Run the code above in your browser using DataLab