[R] Basic question - more efficient method than loop?

Johannes Huesing johannes at huesing.name
Mon Jun 28 18:39:20 CEST 2010


Johannes Huesing <johannes at huesing.name> [Mon, Jun 28, 2010 at 06:31:20PM CEST]:
[...]
>   eval(parse(paste("Payor.Group", lst[[1]], sep="."))),

eval(parse(text=paste("Payor.Group", lst[[1]], sep="."))),

-- 
Johannes Hüsing               There is something fascinating about science. 
                              One gets such wholesale returns of conjecture 
mailto:johannes at huesing.name  from such a trifling investment of fact.                
http://derwisch.wikidot.com         (Mark Twain, "Life on the Mississippi")



More information about the R-help mailing list