Learn R Programming

Publish (version 2017.10.24)

sutable: Fast summary of a univariate table

Description

First apply univariateTable then call summary.

Usage

sutable(...)

Arguments

...

Unnamed arguments and are passed to univariateTable as well as named arguments that match univariateTable's arguments, other arguments are passed to summary.univariateTable

Value

Summary table

See Also

summary.univariateTable univariateTable

Examples

Run this code
# NOT RUN {
data(Diabetes)
sutable(gender~age+location+Q(BMI)+height+weight,data=Diabetes,BMI="Body mass index (kg/m^2)")
# }

Run the code above in your browser using DataLab