| make_s4_ids {diyar} | R Documentation | 
Create epid and pid objects with index of matching records
Description
Create epid and pid objects with index of matching records
Usage
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
)
Arguments
| x_pos | 
 | 
| y_pos | 
 | 
| x_val | 
 | 
| date | 
 | 
| case_nm | 
 | 
| wind_id | 
 | 
| wind_nm | 
 | 
| from_last | 
 | 
| data_source | 
 | 
| data_links | 
 | 
| iteration | The iteration when a record was matched to it's group ( | 
| options | 
 | 
| episode_unit | 
 | 
| link_id | 
 | 
| pid_cri | Match stage of the step-wise linkage. |