Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdata-defunct

Defunct Functions in Package 'gdata'


Description

The functions or variables listed here are no longer part of 'gdata'.

Usage

aggregate.table(x, by1, by2, FUN=mean, ...)

Arguments

x

data to be summarized

by1

first grouping factor.

by2

second grouping factor.

FUN

a scalar function to compute the summary statistics which can be applied to all data subsets. Defaults to mean.

...

Optional arguments for FUN.

Details

aggregate.table(x, by1, by2, FUN=mean, ...) should be replacede by tapply(X=x, INDEX=list(by1, by2), FUN=FUN, ...).


gdata

Various R Programming Tools for Data Manipulation

v2.18.0
GPL-2
Authors
Gregory R. Warnes, Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni Magnusson, Jim Rogers, and others
Initial release
2017-06-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.