Re: [R] a quick list mode question
I don't. Please post code to demonstrate your result when asking a question like this. test <- list() mode(test) [1] "list" --- Jeff NewmillerThe . . Go Live... DCN:Basics: #
Re: [R] a quick list mode question
Sorry again... I put in mode(list), not mode(mylist) Rr! On Wed, Jul 30, 2014 at 4:07 PM, Erin Hodgess wrote: > Hello yet again > > I was looking at the class and the mode of a list. For the class of a > list, of course I got a list, but for the mode, I got a function. > > Wh