fselect: Selects the subsets specified by fasb.R and frasb.R.

View source: R/fselect.R

fselectR Documentation

Selects the subsets specified by fasb.R and frasb.R.

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 (fasb.R) or the scale (frasb.R)

Usage

fselect(nv, k)

Arguments

nv

The subsets specified by fasb.R or frasb.R

k

The variables

Value

ind The selected subsets.

Examples

b<-fasb(redwine[,12],redwine[,1:5 ],sel=FALSE)[[1]]
a<-fselect(b,11)[[1]]
b[a,]

gausscov documentation built on Oct. 12, 2023, 1:06 a.m.

Related to fselect in gausscov...