Skip to content
Prev 45326 / 63424 Next

Bugs due to naive copying of list elements

Whereas
[[1]]
[1] 3 4

[[2]]
[1] 5 6
Examples such as this leave me in a cold sweat - where did I miss the documentation describing
Radford's case?  Can anyone point to the documentation that describes Radford's outcome?
(It looks very lisp-like.  Is it linked to R's origins in lisp?)

I get the same outcome in R-2.11.1 so it is nothing new.  I can only hope I have not
set up such an effect in analysis scripts I've used to generate reproducible publication output.

Steven McKinney