[R] storing objects (lm results) in an array
    Christoph Lehmann 
    christoph.lehmann at gmx.ch
       
    Wed Sep 24 19:34:11 CEST 2003
    
    
  
Hi
I have calculated lots (>1000) of linear models and would like to store
each single result as an element of a 3D matrix or a similar storage:
something like
glm[i][j][k] = lm(...)
Since I read that results are lists: Is it possible to define a matrix
of type list? 
Or what do you recommend?
Many thanks
Christoph
-- 
Christoph Lehmann <christoph.lehmann at gmx.ch>
    
    
More information about the R-help
mailing list