mlfactor {lfactors} | R Documentation |
match
Function for lfactors
Description
match
function for lfactors.
Usage
mlfactor(x, table, nomatch = NA_integer_, incomparables = NULL)
Arguments
x |
same as |
table |
same as |
nomatch |
same as |
incomparables |
same as |
Details
Allows match
to work when the x
or table
arguments in a call to match are lfactors.
See Also
[Package lfactors version 1.0.4 Index]