Column name, as symbol. Plays a similar role as values_from in pivot_wider(), but also serves as sorting dimension for underlying conjecture algorithm.
names_from
Column name, as symbol. Used to differentiate anterior/posterior observations. Column must only contain 2 levels (missing values not allowed).
names_first
level in variable specified by names_from indicating anterior observation.
Value
An object of the same type as data.
Details
conjecture() uses the following routine to match elements:
Values in sort_by are separated into two vectors: anterior and posterior.
Each anterior element is matched with the closest posterior element measured by sort_by.