Skip to content
Prev 312213 / 398506 Next

Accessing List within a List in a for Loop

Hello, Mono,

your description of your problem is a bit "overwhelming". You might get an 
answer if you provide (simplified) reproducible code (maybe with example 
data).

I can only guess that -- instead of factor( x[[1]]) -- you maybe should 
use

factor( x[[1]][1])

in some place.

  Hth  --  Gerrit
On Tue, 27 Nov 2012, m.dr wrote: