Learn R Programming

gausscov (version 0.1.1)

fselect: Selects the subsets specified by fmch and fmch1.

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 {
b<-fmch(redwine[,12],redwine[,1:11],sel=FALSE)[[1]]
a<-fselect(b,11)[[1]]
print(b[a,])
# }

Run the code above in your browser using DataLab