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
7
summarize.data.frame.by(df, by, funs = c(mean, sd, quantile, n, na), ...,
  showNA = c("no", "ifany", "always"), total = FALSE, digits = 2,
  test = FALSE, test.summarize = test.summarize.auto,
  show.test = display.test, plim = 4, show.method = TRUE,
  label = FALSE, effect = FALSE,
  effect.summarize = effect.diff.mean.auto, conf.level = 0.95,
  show.effect = display.effect)

Arguments

df

data.frame

by

data.frame

funs

fuctions

...

passed to funs

showNA

showNA

total

total

digits

digits

test

test

test.summarize

test.summarize

show.test

show.test

plim

plim

show.method

show.method

label

label

Author(s)

David Hajage


eusebe/biostat2 documentation built on Dec. 27, 2019, 4:22 p.m.