Create epid and pid objects with index of matching records
make_episodes(
x_pos,
y_pos,
x_val,
date,
case_nm,
wind_id,
wind_nm,
from_last,
data_source,
data_links,
iteration,
options,
episode_unit
)
make_pids(
x_pos,
y_pos,
x_val,
link_id,
pid_cri,
data_source,
data_links,
iteration
)[integer]. Index of one half of a record pair.
[integer]. Index of one half of a record pair.
[integer]. Value of one half of a record pair.
[date|datetime|integer|number_line]. Record date or period.
[integer|character] Record type in regards to case assignment (sub_criteria[Encoded]).
[integer]. Unique reference ID for each match.
[list]. Type of window i.e. "Case" or "Recurrence".
[logical]. Chronological order of episode tracking i.e. ascending (TRUE) or descending (FALSE).
[character]. Source ID for each record.
[list|character]. data_source required in each record-group. A record-group without records from these data_sources will be unlinked.
The iteration when a record was matched to it's group (.Data).
[list]. Some options passed to the instance of episodes.
[character]. Time unit for case_length and recurrence_length. See episodes
[integer]. Unique reference ID for each match.
Match stage of the step-wise linkage.