For each variable x, y and z I would like to run the same set of commands. I have tried
for (n in FICB[,"calct30"], FICB[, "calct60]") { FICB[,"temp"] <- format([n],digits=2) etc } How do I do this correctly? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.