Learn R Programming

pbox (version 0.1.8)

match_maker: 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)

Value

A modified version of `varSet` with values updated based on `matches`.

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.