Displaying 1 result from an estimated 1 matches for "partnership_rates".
2010 Dec 31
0
(no subject)
...".xls",sep=""), readOnly = FALSE)
save2excel(biological.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_Pa...