Skip to content
Prev 244852 / 398502 Next

Saving iterative components

Hi,

I'm trying to understand when and how to use do.call().
In this case, would it work with do.call() instead of lapply(), like this?
vars <- list(names(Tmese[, -(1:2)]))
res <- do.call(idw.cv, vars)

Thanks,
Ivan

Le 12/14/2010 11:48, Liviu Andronic a ?crit :