searchsComb {missRows}R Documentation

Search the Element of a Combination

Description

Search the element of a combination from all combinations of the supplied vectors as created by expand.grid without creating the combinations. This function is internally called by MIMFA and is not usually called directly by a user.

Usage

searchsComb(args, idx)

Arguments

args

a list containing the vector sources for combinations.

idx

the index of the searched combination.

Value

The combination corresponding to idx.

Author(s)

Ignacio González


[Package missRows version 1.13.0 Index]