0 votes
in R Basics by
Explain how data is aggregated in R?

1 Answer

0 votes
by

By collapsing data in R by using one or more BY variables, it becomes easy. When using the aggregate() function the BY variable should be in the list.

...