searchsComb {missRows} | R Documentation |
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.
searchsComb(args, idx)
args |
a list containing the vector sources for combinations. |
idx |
the index of the searched combination. |
The combination corresponding to idx
.
Ignacio González