Re: [R] functions within a list

2009-03-20 Thread baptiste auguie
Hi, you could have a look at the doBy package which makes these operations easier. Hadley's plyr package is also another option. baptiste On 20 Mar 2009, at 01:01, Altaweel, Mark R. wrote: Hi, I am trying to perform various functions on a list with a number of elements. For example. I

Re: [R] functions within a list

2009-03-19 Thread David Winsemius
On Mar 19, 2009, at 9:01 PM, Altaweel, Mark R. wrote: Hi, I am trying to perform various functions on a list with a number of elements. For example. I would like to take the mean of different variable values in the entire list. As an example, say I have a list with 1000 elements and variab