Re: [R] alist()

2006-11-06 Thread gah5
Peter Dalgaard [EMAIL PROTECTED] wrote: (regarding adding NULL elements to a list) x[two] - list(NULL) This seems to work. In the actual case, it is assigning from a variable that may or may not be null, for example: two-NULL x[two]-list(two) It seems to work, and not do what it looks

Re: [R] alist()

2006-11-06 Thread gah5
Peter Dalgaard [EMAIL PROTECTED] wrote: x[two] - list(NULL) This seems to work. In the actual case, it is assigning from a variable that may or may not be null, for example: two-NULL x[two]-list(two) It seems to work, and not do what it looks like, add a list of length