create_init_csv(
silo_names = c("73", "46", "54", "23", "86", "32",
"71", "58", "64", "59", "85", "57"),
start_times = "1989",
end_times = "2000",
treatment_times = c(rep("control", 6),
"1991", "1993", "1996", "1997", "1997", "1998"),
covariates = c("asian", "black", "male")
)
unlink(file.path(tempdir(), "init.csv"))
Run the code above in your browser using DataLab