Skip to content
Prev 292094 / 398498 Next

problem extracting data from a set of list vectors

I think that instead of:

obj = all.comps[[i]];

you should have

obj <- get(all.comps[i])

Test out your programs step by step manually.  Use the 'all.comps'
object and see what happens with the various indexing modes.  This is
"debugging 101".

On Thu, Apr 19, 2012 at 1:01 PM, Vining, Kelly
<Kelly.Vining at oregonstate.edu> wrote: