match_maker {pbox} | R Documentation |
Generate Query Vector
Description
This function defines a generic function for creating a query vector to explore the probabilistic space based on provided matches and data. It is used internally to handle different types of inputs efficiently.
Usage
match_maker(varSet, matches, data)
Arguments
varSet |
A data frame or list describing the variable set. |
matches |
A data frame describing the matches with potential additional control parameters. |
data |
A data frame representing the data to be queried. |
Value
A modified version of 'varSet' with values updated based on 'matches'.
[Package pbox version 0.1.8 Index]