standardize_ids()
standardize_ids.Rd
Helper function that maps IDs across data with networks as reference
Arguments
- networks
networks dataframe with columns trial, from, to, and one or more columns of edge weights named descriptively.
- event_data
dataframe with columns id, trial, time, t_end
- ILV_c
optional dataframe with columns id, and any constant individual-level variables that might be of interest
- ILV_tv
optional dataframe with columns trial, id, time and any time-varying variables.
- t_weights
Optional dataframe with columns trial, id, time and t_weight.