Skip to content
Prev 361885 / 398506 Next

Data aggregation

?tapply

You should have encountered this already in most basic R tutorials.
Have you gone through any? If not, you should. In particular,you need
to learn about R's basic data structures (e.g. data frames).

Alternatively, the dplyr package has many elegant tools for this sort
of thing. You might do well to learn it instead or in addition to the
*apply type operations of base R.

Finally, I should ask: is this homework? This list tries to implement
a no homework policy.

Cheers,
Bert


Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Jun 20, 2016 at 2:34 PM, Paolo Letizia <paolo.letizia at gmail.com> wrote: