Displaying 1 result from an estimated 1 matches for "age_mixing_window".
2010 Dec 31
0
(no subject)
....parameters, "parameter", channel)
save2excel(mixing.parameters[[1]], "orientation_mix", channel)
save2excel(mixing.parameters[[2]], "risk_mix", channel)
save2excel(mixing.parameters[[3]], "partnership_rates", channel)
save2excel(mixing.parameters[[4]], "age_mixing_window", channel)
odbcCloseAll()
The above works fine as long as the file Calibrated_Parameters_Full_Set.xls does not exist. If it does exist then I get errors.
What command do I need to use to delete the whole Calibrated_Parameters_Full_Set.xls file or delete specific sheets - so that I can rewrit...