Skip to content
Prev 314236 / 398506 Next

how to get a value from a list (using paste function)?

Well for one, if ever someone looks at your code, cvtest[[lambda.rule]] is much easier to read and understand than
eval(parse(text=paste0("cvtest$",lambda.rule)))
On 27.12.2012, at 11:44, Heramb Gadgil wrote: