match_maker: Generate Query Vector

match_makerR 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'.


pbox documentation built on May 29, 2024, 7:37 a.m.