rm <- roadmap(
conf_data = acs_conf_nw,
start_data = acs_start_nw
)
rm |>
update_visit_sequence(
weight_var = wgt,
synthesize_weight = TRUE
)
rm <- roadmap(
conf_data = acs_conf_nw,
start_data = acs_start_nw
)
rm <- rm |>
update_visit_sequence(
weight_var = wgt,
synthesize_weight = TRUE
)
reset_visit_sequence(roadmap = rm)
Run the code above in your browser using DataLab