summarize.data.frame.by: Compute summary statistics according to a factor (data.frame...

Description Usage Arguments Author(s)

View source: R/summarize.by.r

Description

Compute summary statistics according to a factor (data.frame input)

Usage

1
2
3
4
5
6
  summarize.data.frame.by(df, by, funs = c(mean, sd,
  quantile, n, na), ..., useNA = c("no", "ifany",
  "always"), addmargins = FALSE, revert = FALSE, test =
  FALSE, test.summarize = test.summarize.auto, show.test =
  display.test, plim = 4, show.method = TRUE, label =
  FALSE)

Arguments

df

data.frame

by

data.frame

funs

fuctions

...

passed to funs

useNA

useNA

addmargins

addmargins

revert

whether to regroup factors or numeric variables when crossing factor with numeric variables

Author(s)

David Hajage


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