summarize.by: Compute summary statistics according to a factor

Description Usage Arguments Author(s)

View source: R/summarize.by.r

Description

Compute summary statistics according to a factor

Usage

1
2
3
  summarize.by(x, by, funs = c(mean, sd, quantile, n, na),
  ..., useNA = c("no", "ifany", "always"), addmargins =
  FALSE)

Arguments

x

numeric object

by

factor

funs

functions

...

passed to funs

useNA

useNA

addmargins

addmargins

Author(s)

David Hajage


remix documentation built on May 29, 2017, 5:50 p.m.

Related to summarize.by in remix...