sum_up: Gives summary statistics (corresponds to Stata command...

Description Usage Arguments Value

Description

Gives summary statistics (corresponds to Stata command summarize)

Usage

1
2
3
sum_up(x, ..., d = FALSE, w = NULL, i = NULL, digits = 3)

sum_up_(x, ..., .dots, d = FALSE, w = NULL, i = NULL, digits = 3)

Arguments

x

a data.frame

...

Variables to include. Defaults to all non-grouping variables. See the select documentation.

d

Should detailed summary statistics be printed?

w

Weights. Default to NULL.

i

Condition

digits

Number of significant decimal digits. Default to 3

.dots

Used to work around non-standard evaluation.

Value

a data.frame


eloualiche/miscr documentation built on May 16, 2019, 3:57 a.m.